Skip to content

Commit a4488ff

Browse files
authored
Merge pull request #270 from bobleesj/patch-2
docs: remove diffpy.structure and numpy in readme.rst
2 parents 64d9b57 + 3acf6b0 commit a4488ff

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Activate the environment: ::
105105
It is necessary to get versions of pdffit2 built for Mac from Python package index (Pypi). To install
106106
pdffit2 from Pypi using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::
107107

108-
conda install wxpython diffpy.utils diffpy.structure matplotlib-base pycifrw numpy
108+
conda install wxpython diffpy.utils matplotlib-base pycifrw
109109
pip install diffpy.pdffit2
110110

111111
Now we want to install PDFgui from conda-forge: ::

news/fix-installation.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* Remove diffpy.structure and numpy in macOS Arm64 readme installation since they are installed by other conda-forge dependencies.
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)