Commit 73a724e7 authored by Bowen Liu's avatar Bowen Liu
Browse files

Fixed some formatting issues with the linux installation guide

parent 7a641cc1
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -11,30 +11,31 @@ Requirements
* [keras](keras.io)
* [vs_utils] (https://github.com/pandegroup/vs-utils.git)

#Linux Installation
Linux Installation
------------------

Deep_chem currently requires Python 2.7

##Anaconda 2.7
Download the **Python 2.7** version of Anaconda for linux (32 or 64 bit depending on system) here(www.continuum.io/downloads#_unix).
###Anaconda 2.7
Download the **Python 2.7** version of Anaconda for linux (32 or 64 bit depending on system) [here](www.continuum.io/downloads#_unix).

Follow the installation instructions(http://docs.continuum.io/anaconda/install#linux-install)
Follow the [installation instructions](http://docs.continuum.io/anaconda/install#linux-install)

##Openbabel
###openbabel
```bash
conda install -c https://conda.anaconda.org/omnia openbabel
```  

Follow the onscreen installation instructions

##Rdkit
###rdkit
```bash
conda install -c https://conda.anaconda.org/omnia rdkit
```

Follow the onscreen installation instructions

##Keras
###keras
Clone the keras git repository
```bash
git clone https://github.com/fchollet/keras.git
@@ -45,7 +46,7 @@ Cd into the keras directory and execute
python setup.py install
```

##vs_utils
###vs_utils
Clone the vs_utils git repository
```bash
git clone https://github.com/pandegroup/vs-utils.git
@@ -56,7 +57,7 @@ Cd into the vs-utils directory and execute
python setup.py develop
```

##deep_chem
###deep_chem
Clone the deep_chem git repository
```bash
git clone https://github.com/pandegroup/deep-learning.git