From 335af77e393c3b867a25277fde2f357988e8438d Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 5 Dec 2024 14:53:50 -0500 Subject: [PATCH 1/2] Add activate env --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 0dddaf3..c138dd6 100644 --- a/README.rst +++ b/README.rst @@ -104,6 +104,10 @@ Create a new conda environment ``diffpy.pdffit2_env``: :: conda create -n diffpy.pdffit2_env python=3.12 +Activate the environment: :: + + conda activate diffpy.pdffit2_env + Install pdffit2 using ``pip`` to download and install the latest version from `Python Package Index `_: :: pip install diffpy.pdffit2 From 65029aab72d054a70cec315dffe3afa900e6c54d Mon Sep 17 00:00:00 2001 From: Sangjoon Bob Lee Date: Thu, 5 Dec 2024 14:54:34 -0500 Subject: [PATCH 2/2] Add period after supporting 3.11, 3.12 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c138dd6..ccbc574 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~