Commit 942554c8 authored by leswing's avatar leswing
Browse files

Small README updates

parent cdb73d29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Stanford and originally created by [Bharath Ramsundar](http://rbharath.github.io
Installation from source is the only currently supported format. ```deepchem``` currently supports both Python 2.7 and Python 3.5, but is not supported on any OS'es except 64 bit linux. Please make sure you follow the directions below precisely. While you may already have system versions of some of these packages, there is no guarantee that `deepchem` will work with alternate versions than those specified below.

### Using a conda environment
Alternatively, you can install deepchem in a new conda environment using the conda commands in scripts/install_deepchem_conda.sh
You can install deepchem in a new conda environment using the conda commands in scripts/install_deepchem_conda.sh

```bash
bash scripts/install_deepchem_conda.sh deepchem
@@ -128,7 +128,7 @@ via this installation procedure.
### Using a Docker Image
For major releases we will create docker environments with everything pre-installed
``` bash
# This will the deepchem docker image into your images
# This will the download the latest stable deepchem docker image into your images
docker pull deepchemio/deepchem

# This will create a container out of our latest image