Code Samples for the book: Deep Learning for the Life Sciences
If using linux: conda create --name condaenv --file requirements.conda.linux64.txt
If using Mac OSX: conda create --name condaenv --file requirements.conda.osx64.txt
If using Windows: 🤷🏿♂️
conda activate ./condaenv
or source start.sh
To run interpreter from conda environment:
condaenv/bin/python3.7