- Install the latest version of python and virtualenv.
virtualenv installation:
https://virtualenv.pypa.io/en/latest/installation.html
- Clone this repository
git clone git@github.com:iMMAP/rh.git
- Create virtualenv environment
cd rh
virtualenv --python=<YOUR_LOCAL_PYTHON_PATH> .venv
- Install packages
pip install -r requirements_dev.txt
- Activate your environment
source .venv/bin/activate