File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,6 @@ Notable differences from version 1.2.
18
18
19
19
### Fixed
20
20
21
- - Patch variable to avoid naming problems and Xcode collision on MacOS & Linux.
22
- - Fix g++ w/ambiguous isnan on Linux.
21
+ - Patch variable to avoid naming problems and Xcode collision on MacOS & Linux.
22
+ - Fix g++ w/ambiguous isnan on Linux.
23
+ - Fix the PY_SSIZE_T_CLEAN macro for py3.10.
Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ INSTALLATION
59
59
------------------------------------------------------------------------
60
60
61
61
The preferred method is to use Anaconda Python and install from the
62
- "diffpy " channel of Anaconda packages ::
62
+ "conda-forge " channel of Anaconda packages ::
63
63
64
- conda config --add channels diffpy
65
- conda install diffpy.pdffit2
64
+ conda install -c conda-forge diffpy.pdffit2
66
65
67
66
If you don't use Anaconda or prefer to install from sources, make
68
67
sure the required software is in place and run ::
You can’t perform that action at this time.
0 commit comments