Skip to content

Commit

Permalink
small update on readme.md
Browse files Browse the repository at this point in the history
Should clone the scripts before bash
  • Loading branch information
DorisMai authored Apr 7, 2017
1 parent b5a3f97 commit b63c938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b63c938

Please sign in to comment.