Skip to content

Commit 207fb45

Browse files
committed
Remove build dependencies in readme
1 parent 9595eff commit 207fb45

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ Installation
7373
------------
7474

7575
diffpy.pdffit2 supports Python 3.11 and 3.12
76-
the following external software:
77-
78-
* ``setuptools`` - software distribution tools for Python
79-
* ``python-dev`` - header files for interfacing Python with C
80-
* ``GSL`` - GNU Scientific Library for C
81-
* ``g++`` - GNU C++ compiler
82-
* ``diffpy.structure`` - simple storage and manipulation of atomic
83-
structures, https://github.com/diffpy/diffpy.structure
8476

8577
Windows, macOS (non-Arm64), Linux
8678
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -89,7 +81,7 @@ The preferred method is to use `Miniconda Python
8981
<https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html>`_
9082
and install from the "conda-forge" channel of Conda packages.
9183

92-
Add the "conda-forge" channel by running the following command in a terminal:
84+
Add the "conda-forge" channel by running the following command in a terminal: ::
9385

9486
conda config --add channels conda-forge
9587

0 commit comments

Comments
 (0)