Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 720 Bytes

INSTALLATION.md

File metadata and controls

14 lines (11 loc) · 720 Bytes

Dependencies can be installed using following commands:

conda create --name zrvg python=3.8 && conda activate zrvg
xargs -L 1 pip install < requirements.txt  # Forces to install packages in order

This step will install 4 main repositories :

You will also need to add this repository to your PYTHONPATH.