/PyPharmer

Python API for Pharmer

Primary LanguageHTML

PyPharmer (in construction)

Python API for Pharmer

Conda environment

Those packages needed to run the library are reported in environment.yml. The conda environment can be created with the followind command:

conda env create -f environment.yml

If a new package is required and installed in a development environment, the next command updates 'environment.yml'.

conda env export > environment.yml