Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 469 Bytes

File metadata and controls

15 lines (9 loc) · 469 Bytes

deep-learning-life-sciences-code

Code Samples for the book: Deep Learning for the Life Sciences

Installation

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