main gradient

Rezon Docs Menu


docs

installation

Installation

The best way to get started with Rezon is to install the command line interface (CLI).



Install using curl:

MacOS:

sudo curl -o /usr/local/bin/rezon -L "https://storage.googleapis.com/cli.rezon.ai/rezon-cli/macos/rezon" 
sudo chmod +x /usr/local/bin/rezon

Windows:

sudo curl -o /usr/local/bin/rezon.exe -L "https://storage.googleapis.com/cli.rezon.ai/rezon-cli/windows/rezon.exe" 
sudo chmod +x /usr/local/bin/rezon.exe

Optional: installing via cargo:

You can check to make sure it is installed by using the "cargo --version" command

curl https://sh.rustup.rs -sSf | sh


Next, install the Rezon CLI using the cargo package manager:

Confirm installation with "rezon --version"

cargo install rezon-cli


Finally, start deploying your first model to Rezon cloud by viewing the quickstart doc!

Next Doc