Skip to content

Installation

  1. create a virtual environment using conda
conda env create -f environment.yml
  1. activate the environment
conda activate genesis
  1. install topogenesis locally within your environment with a symlink:
python -m pip install -e .

Ensure that the pip install is run from the python of the same conda environment (genesis): thus, first, navigate to that environment and type "python -m pip install -e". The addition -e uses the "symlink" module from pip ecosystem to ensure that a work-in-progress library is always updated from the latest source.