Commit 3c4028cf authored by Zheng Xu's avatar Zheng Xu
Browse files

Update instruction index.

parent 64a5b367
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ Installation from source is the only currently supported format. ```deepchem```
   pip install git+https://github.com/pandegroup/pdbfixer.git
   ```

7. `tensorflow`: Installing `tensorflow` on older versions of Linux (which
9. `tensorflow`: Installing `tensorflow` on older versions of Linux (which
    have glibc < 2.17) can be very challenging. For these older Linux versions,
    contact your local sysadmin to work out a custom installation. If your
    version of Linux is recent, then the following command will work:
@@ -89,7 +89,7 @@ Installation from source is the only currently supported format. ```deepchem```
    pip install tensorflow-gpu==0.12.1
    ```

8. `deepchem`: Clone the `deepchem` github repo:
10. `deepchem`: Clone the `deepchem` github repo:
   ```bash
   git clone https://github.com/deepchem/deepchem.git
   ```
@@ -98,7 +98,7 @@ Installation from source is the only currently supported format. ```deepchem```
   python setup.py install
   ```

9. To run test suite, install `nosetests`:
11. To run test suite, install `nosetests`:
   ```bash
   pip install nose
   ```
@@ -109,7 +109,7 @@ Installation from source is the only currently supported format. ```deepchem```
   You might need to uninstall a system install of `nosetests` if
   there is a conflict.

10. If installation has been successful, all tests in test suite should pass:
12. If installation has been successful, all tests in test suite should pass:
    ```bash
    nosetests -v deepchem --nologcapture 
    ```