Skip to content

Commit 1d6b1bc

Browse files
DiffPy-CMI - update install instructions for python3
1 parent 5c272af commit 1d6b1bc

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Diff for: products/diffpycmi/index.rst

+6-8
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,17 @@ Installation
3434
Use of this software is subject to the conditions in
3535
software :doc:`LICENSE <license>`.
3636

37-
As of version 2.0 DiffPy-CMI is available for Linux and
37+
As of version 3.0 DiffPy-CMI is available for Linux and
3838
Mac as a collection of packages for Anaconda Python. As
39-
a first step download and install **Anaconda for Python 2.7**
39+
a first step download and install **Anaconda for Python 3.7**
4040
from |anaconda-download|.
4141

4242
.. note::
43-
If you already have Anaconda for Python 3.5, create a separate
44-
Anaconda environment *py27* which will provide Python 2.7
45-
instead of 3.5. Make sure that *py27* environment is activated
46-
when working with DiffPy-CMI. ::
43+
DiffPy-CMI is available from the "diffpy" channel of Anaconda packages. It requires Python 3.5 or later or 2.7. It is recommended to install it in a separate Anaconda environment, for example *py37* or other preferred python versions.
44+
Make sure that *py37* environment is activated when working with DiffPy-CMI. ::
4745

48-
conda create --name=py27 python=2.7
49-
source activate py27
46+
conda create --name=py37 python=3.7
47+
conda activate py37
5048

5149
Once Anaconda is ready, DiffPy-CMI can be installed from the "diffpy"
5250
channel of Anaconda packages as follows ::

0 commit comments

Comments
 (0)