Unverified Commit 09ed9c04 authored by hl2500's avatar hl2500 Committed by GitHub
Browse files

Update README.md

A change to clarify the installation for GPU version of deepchem via conda install
parent e807cefc
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