Skip to content

Commit 3ffea65

Browse files
Merge pull request #12 from dragonyanglong/update_doc
DOC: update conda-forge installation instruction
2 parents c62e0e3 + 5372869 commit 3ffea65

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Notable differences from version 1.2.
1515
### Removed
1616

1717
- Remove the support for Python 3.5, 3.6.
18-
18+
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.

README.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ INSTALLATION
5959
------------------------------------------------------------------------
6060

6161
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 ::
6363

64-
conda config --add channels diffpy
65-
conda install diffpy.pdffit2
64+
conda install -c conda-forge diffpy.pdffit2
6665

6766
If you don't use Anaconda or prefer to install from sources, make
6867
sure the required software is in place and run ::

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Use this version when git data are not available, like in git zip archive.
2020
# Update when tagging a new release.
21-
FALLBACK_VERSION = '1.4.0'
21+
FALLBACK_VERSION = '1.4.1'
2222

2323
# determine if we run with Python 3.
2424
PY3 = (sys.version_info[0] == 3)

0 commit comments

Comments
 (0)