docs
installation
The best way to get started with Rezon is to install the command line interface (CLI).
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
cargo
:You can check to make sure it is installed by using the "cargo --version" command
curl https://sh.rustup.rs -sSf | sh
Confirm installation with "rezon --version"
cargo install rezon-cli
Finally, start deploying your first model to Rezon cloud by viewing the quickstart doc!