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: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If you use diffpy.pdffit2 in a scientific publication, we would like you to cite
Installation
------------

diffpy.pdffit2 supports Python 3.11 and 3.12
diffpy.pdffit2 supports Python 3.11 and 3.12.

Windows, macOS (non-Arm64), Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -104,6 +104,10 @@ Create a new conda environment ``diffpy.pdffit2_env``: ::

conda create -n diffpy.pdffit2_env python=3.12

Activate the environment: ::
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to activate before pip install for macOS arm64..


conda activate diffpy.pdffit2_env

Install pdffit2 using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::

pip install diffpy.pdffit2
Expand Down
Loading