Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove diffpy.structure and numpy in readme.rst #270

Merged
merged 2 commits into from
Feb 7, 2025
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