File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ macOS (Arm64)
9595
9696Create 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
100101Activate the environment: ::
101102
@@ -104,15 +105,11 @@ Activate the environment: ::
104105It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install
105106pdffit2 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
You can’t perform that action at this time.
0 commit comments