You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: products/diffpycmi/index.rst
+6-8
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,17 @@ Installation
34
34
Use of this software is subject to the conditions in
35
35
software :doc:`LICENSE <license>`.
36
36
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
38
38
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**
40
40
from |anaconda-download|.
41
41
42
42
.. 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. ::
47
45
48
-
conda create --name=py27 python=2.7
49
-
source activate py27
46
+
conda create --name=py37 python=3.7
47
+
conda activate py37
50
48
51
49
Once Anaconda is ready, DiffPy-CMI can be installed from the "diffpy"
0 commit comments