Skip to content

Commit 332e525

Browse files
authored
Merge pull request #106 from bobleesj/six
Add activate conda env instruction in reamde for install
2 parents 1b0de23 + 65029aa commit 332e525

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you use diffpy.pdffit2 in a scientific publication, we would like you to cite
7272
Installation
7373
------------
7474

75-
diffpy.pdffit2 supports Python 3.11 and 3.12
75+
diffpy.pdffit2 supports Python 3.11 and 3.12.
7676

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

105105
conda create -n diffpy.pdffit2_env python=3.12
106106

107+
Activate the environment: ::
108+
109+
conda activate diffpy.pdffit2_env
110+
107111
Install pdffit2 using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::
108112

109113
pip install diffpy.pdffit2

0 commit comments

Comments
 (0)