Unverified Commit baf8566f authored by Francois Berenger's avatar Francois Berenger Committed by GitHub
Browse files

simple install one-liner

Note that many people are allergic to conda/miniconda.
parent b7a6d3d7
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