Skip to content

Installing Distgen

Using conda

conda install -c conda-forge pytao

Using setuptools

python setup.py install

Developers

Clone this repository:

git clone https://github.com/ColwynGulliford/distgen.git

Create an environment distgen-dev with all the dependencies:

conda env create -f environment-dev.yml

Install as editable:

conda activate distgen-dev
pip install --no-dependencies -e .

Create documentation:

mkdocs serve