From charlesreid1

No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
=Installation=
=Installation=


Follow installation instructions on the Readme on Github: https://github.com/deepchem/deepchem#easy-install-via-conda
Don't use the installation instructions provided on the site: https://deepchem.io/index.html


Don't use the installation instructions provided on the site: https://deepchem.io/index.html
==Using Conda==
 
Start by creating a conda environment that uses Python 2. Then install deepchem from the list of channels from the installation instructions in the readme.


<pre>
<pre>
conda create -n deepchem -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.1.0 python=3.6
conda create -n dibdeepchem python=2.7
source activate dibdeepchem
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem
</pre>
</pre>



Latest revision as of 16:41, 1 May 2019

DeepChem is a library for deep learning, applied to the life sciences.

This library is covered by this book: https://proquest.safaribooksonline.com/book/programming/machine-learning/9781492039822

Installation

Don't use the installation instructions provided on the site: https://deepchem.io/index.html

Using Conda

Start by creating a conda environment that uses Python 2. Then install deepchem from the list of channels from the installation instructions in the readme.

conda create -n dibdeepchem python=2.7
source activate dibdeepchem
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem

Flags