Installation

Our python library hippotrainer supports multiple ways to be installed. You can choose the most suitable for your purposes.

We suggest to use installation from source (pip install git+https://github.com/intsystems/hippotrainer), if you want to get the latest package version.

Install using pip

pip install hippotrainer

Install from source

pip install git+https://github.com/intsystems/hippotrainer

Install via Git clone

git clone https://github.com/intsystems/hippotrainer
cd hippotrainer
pip install -e .