File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ macOS (Arm64)
95
95
96
96
Create a new conda environment ``diffpy.pdfgui_env ``: ::
97
97
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
99
100
100
101
Activate the environment: ::
101
102
@@ -104,15 +105,11 @@ Activate the environment: ::
104
105
It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install
105
106
pdffit2 from Pypi using ``pip `` to download and install the latest version from `Python Package Index <https://pypi.python.org >`_: ::
106
107
108
+ conda install wxpython diffpy.utils diffpy.structure matplotlib-base pycifrw numpy
107
109
pip install diffpy.pdffit2
108
110
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: ::
114
112
115
- conda install wxpython diffpy.utils matplotlib-base
116
113
conda install diffpy.pdfgui --no-deps
117
114
118
115
You can’t perform that action at this time.
0 commit comments