File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The functions in diffpy.utils.wx module require
33
33
34
34
* ``wxPython `` - GUI toolkit for the Python language
35
35
36
- We recommend to use `Anaconda Python <https://www.anaconda.com/download >`_
36
+ We recommend to use `Miniconda Python <https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html >`_
37
37
as it allows to install the software dependencies together with
38
38
diffpy.utils. For other Python distributions it is necessary to install
39
39
the required software separately. As an example, on Ubuntu Linux the
@@ -45,8 +45,8 @@ required software can be installed with ::
45
45
INSTALLATION
46
46
------------------------------------------------------------------------
47
47
48
- The preferred method is to use Anaconda Python and install from the
49
- "diffpy " channel of Anaconda packages ::
48
+ The preferred method is to use Miniconda (or, less preferred, Anaconda) Python
49
+ and install from the "conda-forge " channel of Conda packages ::
50
50
51
51
conda config --add channels conda-forge
52
52
conda install diffpy.utils
You can’t perform that action at this time.
0 commit comments