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

Merge pull request #1682 from hl2500/master

Update README.md
parents e807cefc 09ed9c04
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@ pip3 install joblib pandas sklearn tensorflow pillow deepchem
```bash
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.2.0
```
If you want GPU support:
```bash
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem-gpu=2.2.0
```

**Note:** The above commands install the latest stable version of `deepchem` and _do not install from source_. If you need to install from source make sure you follow the steps [here](#using-a-conda-environment).

### Using a Docker Image