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

Merge pull request #1702 from peastman/install23

Updated installation instructions to specify 2.3
parents 0586a4ef fa8c29d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,11 +51,11 @@ pip3 install joblib pandas sklearn tensorflow pillow deepchem
### Easy Install via Conda

```bash
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.2.0
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.3.0
```
If you want GPU support:
```bash
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem-gpu=2.2.0
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem-gpu=2.3.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).