Steps for installing conda environment from the Anaconda prompt
-
Navigate to the HPWHulator directory.
-
Create new environment from .yml file
$ conda env create --file HPWHSizer.yml
-
Check environment was created
$ conda env list
-
Activate new environment
$ conda activate HPWHulator
If an environment already exits it can be removed with:
$ conda remove --name envname --all
All the available environment can be found with:
$ conda env list
From the parent directory in Anaconda prompt and type
$ python -m pytest
-
If not installed in environment: pip install sphinx and numpydocs
-
Using Anaconda prompt navigate to docs directory and run:
$ make html
To get in touch with Ecotope Inc. go here: http://ecotope.com/contact/