-
Download Anaconda.
-
Create a new environment:
conda create -n [ENV_NAME] python=3.7 conda activate [ENV_NAME]
-
Install GraphManager
cd ~ git clone https://github.com/lsorgi/GraphManager.git cd GraphManager pip install -e .
cd ~/GraphManager
pytest ./test