Skip to content

Commit 694a67d

Browse files
committed
install dependencies in a different order
1 parent 894b2a4 commit 694a67d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: README.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ macOS (Arm64)
9595

9696
Create a new conda environment ``diffpy.pdfgui_env``: ::
9797

98-
conda create -n diffpy.pdfgui_env python=3.13
98+
conda config --add channels conda-forge
99+
conda create -n diffpy.pdfgui_env python=3.13
99100

100101
Activate the environment: ::
101102

@@ -104,15 +105,11 @@ Activate the environment: ::
104105
It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install
105106
pdffit2 from Pypi using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::
106107

108+
conda install wxpython diffpy.utils diffpy.structure matplotlib-base pycifrw numpy
107109
pip install diffpy.pdffit2
108110

109-
Confirm that the installation was successful: ::
110-
111-
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
112-
113-
Now we want to install PDFgui and dependencies from conda-forge: ::
111+
Now we want to install PDFgui from conda-forge: ::
114112

115-
conda install wxpython diffpy.utils matplotlib-base
116113
conda install diffpy.pdfgui --no-deps
117114

118115

0 commit comments

Comments
 (0)