Skip to content

Commit f795440

Browse files
committed
chore: add activate for env to make consistent.
1 parent a0d4c2c commit f795440

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ Create a new conda environment ``diffpy.pdffit2_env``: ::
109109

110110
conda create -n diffpy.pdffit2_env python=3.13
111111

112-
If the above does not work, you can use ``pip`` to download and install the latest release from
113-
`Python Package Index <https://pypi.python.org>`_.
114-
To install using ``pip`` into your ``diffpy.pdffit2_env`` environment, type ::
112+
Activate the environment: ::
113+
114+
conda activate diffpy.pdffit2_env
115+
116+
Install pdffit2 using ``pip`` to download and install the latest version from `Python Package Index <https://pypi.python.org>`_: ::
115117

116118
pip install diffpy.pdffit2
117119

0 commit comments

Comments
 (0)