Skip to content

Commit 1c2cb8d

Browse files
authored
build.rst: removed six as a dependency
1 parent a7d7a83 commit 1c2cb8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/build.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We highly recommend the using a prebuilt distribution of cmapPy along with a vi
1717

1818
**Step 1**
1919

20-
Python 2: ``conda create --name my_cmapPy_env -c bioconda python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six cmappy``
20+
Python 2: ``conda create --name my_cmapPy_env -c bioconda python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 cmappy``
2121

2222
* ``-c bionconda`` tells conda that it should look for packages in the bioconda channel (that's where cmapPy lives)
2323

@@ -30,7 +30,7 @@ We highly recommend the using a prebuilt distribution of cmapPy along with a vi
3030

3131
**Step 1**
3232

33-
Python 2: ``conda create --name my_cmapPy_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six``
33+
Python 2: ``conda create --name my_cmapPy_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0``
3434

3535
**Step 2**
3636

@@ -53,7 +53,7 @@ A development environment will allow you to use the cmapPy code as it is in a cl
5353

5454
Follow the instructions for Option 1 or Option 2 above but change the name of the environment to e.g. ``my_cmapPy_dev_env`` and do not include ``cmappy`` in the list of packages to install (or do not install it with pip), then activate this environment, i.e.:
5555

56-
Python 2.7: ``conda create --name my_cmapPy_dev_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six``
56+
Python 2.7: ``conda create --name my_cmapPy_dev_env python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0``
5757

5858
``source activate my_cmapPy_dev_env``
5959

0 commit comments

Comments
 (0)