Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Installation
diffpy.pdffit2 supports Python 3.11 and 3.12.

Windows, macOS (non-Arm64), Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The preferred method is to use `Miniconda Python
<https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html>`_
Expand All @@ -98,7 +98,7 @@ Confirm that the installation was successful: ::
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"

macOS (Arm64)
~~~~~~~~~~~
~~~~~~~~~~~~~

Create a new conda environment ``diffpy.pdffit2_env``: ::

Expand All @@ -117,7 +117,7 @@ Confirm that the installation was successful: ::
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"

Build from source
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~

For advanced users, obtain the source archive, and in the ``diffpy.pdffit2`` directory, run ::

Expand Down
Loading