Skip to content

Files

Latest commit

author
DocMinus
Feb 13, 2023
9988a50 · Feb 13, 2023

History

History

environment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023
Feb 13, 2023

Environment Setup

Installation with Anaconda/Miniconda

Run the two commands from the root directory.

conda env create -f ./environment/conda.yaml
conda activate py311chemdash

Installation with Pip

Note: Python >= 3.9 is required to use the modern style of type annotations.
I prefer using 3.11 (due to increased performance over versions <=3.10)

Run the command from the root directory

python -m pip install -r ./environment/requirements.txt

Problems with Windows install

dash-bio might give an install error due to parmed error. The latter requires MS Visual C++14.0 or greater.
https://visualstudio.microsoft.com/visual-cpp-build-tools
After that, rerun the above install again.