Commit 6fc4a46b authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #508 from DorisMai/patch-1

small update on readme.md
parents b5a3f977 b63c9387
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ Installation from source is the only currently supported format. ```deepchem```
You can install deepchem in a new conda environment using the conda commands in scripts/install_deepchem_conda.sh

```bash
git clone https://github.com/deepchem/deepchem.git      # Clone deepchem source code from GitHub
bash scripts/install_deepchem_conda.sh deepchem
pip install tensorflow-gpu==1.0.1                      # If you want GPU support
git clone https://github.com/deepchem/deepchem.git      # Clone deepchem source code from GitHub
cd deepchem
python setup.py install                                 # Manual install
nosetests -v deepchem --nologcapture                    # Run tests