Unverified Commit 526a8277 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #907 from lilleswing/docs-update

remove slow tests from smoke testing on readme
parents 0d573ffc 2af0ba37
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -56,9 +56,9 @@ git clone https://github.com/deepchem/deepchem.git # Clone deepchem source
cd deepchem
bash scripts/install_deepchem_conda.sh deepchem
source activate deepchem
pip install tensorflow-gpu==1.3.0                      # If you want GPU support
conda install -c conda-forge tensorflow-gpu=1.3.0      # If you want GPU support
python setup.py install                                # Manual install
nosetests -v deepchem --nologcapture                    # Run tests
nosetests -a '!slow' -v deepchem --nologcapture        # Run tests
```
This creates a new conda environment `deepchem` and installs in it the dependencies that
are needed. To access it, use the `source activate deepchem` command.