Run the two commands from the root directory.
conda env create -f ./environment/conda.yaml
conda activate py311chemdash
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
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.