Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Activate the environment: ::
It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install
pdffit2 from Pypi using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::

conda install wxpython diffpy.utils diffpy.structure matplotlib-base pycifrw numpy
conda install wxpython diffpy.utils matplotlib-base pycifrw
pip install diffpy.pdffit2

Now we want to install PDFgui from conda-forge: ::
Expand Down
23 changes: 23 additions & 0 deletions news/fix-installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Remove diffpy.structure and numpy in macOS Arm64 readme installation since they are installed by other conda-forge dependencies.

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading