We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d4c2c commit f795440Copy full SHA for f795440
README.rst
@@ -109,9 +109,11 @@ Create a new conda environment ``diffpy.pdffit2_env``: ::
109
110
conda create -n diffpy.pdffit2_env python=3.13
111
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 ::
+Activate the environment: ::
+
+ 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>`_: ::
117
118
pip install diffpy.pdffit2
119
0 commit comments