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

Merge pull request #1602 from UnixJunkie/patch-1

simple install one-liner
parents b7a6d3d7 baf8566f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -40,6 +40,12 @@ DeepChem has a number of "soft" requirements. These are packages which are neede
* [six](https://pypi.python.org/pypi/six)
* [mdtraj](http://mdtraj.org/)

### Super easy install via pip3

```bash
pip3 install joblib pandas sklearn tensorflow pillow deepchem
```

### Easy Install via Conda

```bash