Installing Hydro Deploy
Hydro Deploy has two key components: a Python library used to define your Hydro app and deploy it, and an optional CLI that provides a user-friendly entrypoint.
To install Hydro Deploy, you can use pip:
pip install hydro-deploy
If you intend to deploy to cloud platforms (currently only Google Cloud is supported), you will need to install Terraform and the Google Cloud SDK:
- macOS
- Windows
- Linux
brew install terraform
brew install google-cloud-sdk
gcloud auth application-default login
choco install terraform
choco install gcloudsdk
gcloud auth application-default login
Follow the Terraform instructions to install Terraform. Then follow the Google Cloud instructions to install the Google Cloud SDK. Finally, authenticate with Google Cloud:
gcloud auth application-default login
Verify Installation
To check that Hydro Deploy is installed correctly, you can run the following command:
hydro --version
Hydro Deploy 0.1.0