File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,5 +18,6 @@ Notable differences from version 1.2.
1818
1919### Fixed
2020
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
5959------------------------------------------------------------------------
6060
6161The preferred method is to use Anaconda Python and install from the
62- "diffpy " channel of Anaconda packages ::
62+ "conda-forge " channel of Anaconda packages ::
6363
64- conda config --add channels diffpy
65- conda install diffpy.pdffit2
64+ conda install -c conda-forge diffpy.pdffit2
6665
6766If you don't use Anaconda or prefer to install from sources, make
6867sure the required software is in place and run ::
You can’t perform that action at this time.
0 commit comments