-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Samuel Friedman edited this page May 14, 2017
·
24 revisions
Welcome to the dsde-deep-learning wiki!
First grab the Anaconda dotkit:
use Anaconda
Now create a virtual environment with conda (you can replace p2 with the name you want-- it is good to be pithy with your environment name as you will have to type it every time you want to enter it):
conda create --name p2 python
source activate p2
conda install keras
conda install -c bioconda pyvcf=0.6.8.dev0
conda install -c anaconda biopython=1.68
conda install matplotlib
conda install scikit-learn