Installation¶
We provide three ways to install Hydro, including pip
, docker
and git
.
with pip recommended¶
Hydro is published as a Python package and can be installed with pip
directly.
with docker¶
The official Docker image of Hydro is a great way to get up and running in a few minutes, as it comes with all dependencies pre-installed.
Here is an example command of running Hydro in a docker container:
The source code and example are inside /workspace/Hydro
.
with git¶
If you want to use the very latest version, Hydro can be directly cloned from GitHub.
Then you can install with pip
in the root directory of Hydro.