Skip to content

Commit 4083e7d

Browse files
committed
Update to Miniconda
1 parent 7fcce6d commit 4083e7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The functions in diffpy.utils.wx module require
3333

3434
* ``wxPython`` - GUI toolkit for the Python language
3535

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>`_
3737
as it allows to install the software dependencies together with
3838
diffpy.utils. For other Python distributions it is necessary to install
3939
the required software separately. As an example, on Ubuntu Linux the
@@ -45,8 +45,8 @@ required software can be installed with ::
4545
INSTALLATION
4646
------------------------------------------------------------------------
4747

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 ::
5050

5151
conda config --add channels conda-forge
5252
conda install diffpy.utils

0 commit comments

Comments
 (0)