Skip to content

Commit eee3798

Browse files
authored
updated dev environment info & typo fixes
1 parent a7b0b01 commit eee3798

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/source/build.rst

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

2626
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 cmappy``
2727

28-
Python 3 (3.4-3.6 currently supported): ``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 cmappy``
28+
Python 3.5: ``conda create --name my_cmapPy_env python=3.5 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six cmappy``
29+
30+
Python 3.6: ``conda create --name my_cmapPy_env python=3.6 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six cmappy``
2931

3032
**Step 2**
3133

@@ -37,7 +39,9 @@ We highly recommend the using a prebuilt distribution of cmapPy along with a vi
3739

3840
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``
3941

40-
Python 3 (3.4-3.6 currently supported): ``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``
42+
Python 3.5: ``conda create --name my_cmapPy_env python=3.5 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six cmappy``
43+
44+
Python 3.6: ``conda create --name my_cmapPy_env python=3.6 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six cmappy``
4145

4246
**Step 2**
4347

@@ -59,7 +63,12 @@ To update cmapPy in your conda environment (from activate environment): ``conda
5963
A development environment will allow you to use the cmapPy code as it is in a clone of the repository, allowing you to try out changes and modifications you may wish to make.
6064

6165
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.:
62-
``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``
66+
67+
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``
68+
69+
Python 3.5: ``conda create --name my_cmapPy_env python=3.5 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six``
70+
71+
Python 3.6: ``conda create --name my_cmapPy_env python=3.6 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 six``
6372

6473
``source activate my_cmapPy_dev_env``
6574

0 commit comments

Comments
 (0)