Skip to content

Commit 41a2231

Browse files
committed
Fix syntax and wording to improve readability
1 parent a064fb1 commit 41a2231

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,30 +93,30 @@ Add the "conda-forge" channel by running the following command in a terminal:
9393

9494
conda config --add channels conda-forge
9595

96-
Create a new environment named ``diffpy.pdffit2_env`` and install ``diffpy.pdffit2`` ::
96+
Create a new environment named ``diffpy.pdffit2_env`` and install ``diffpy.pdffit2``: ::
9797

9898
conda create -n diffpy.pdffit2_env diffpy.pdffit2
9999

100-
Activate the environment ::
100+
Activate the environment: ::
101101

102102
conda activate diffpy.pdffit2_env
103103

104-
Confirm that the installation was successful ::
104+
Confirm that the installation was successful: ::
105105

106106
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
107107

108108
macOS (Arm64)
109109
~~~~~~~~~~~
110110

111-
Create a new conda environment ``diffpy.pdffit2_env`` ::
111+
Create a new conda environment ``diffpy.pdffit2_env``: ::
112112

113113
conda create -n diffpy.pdffit2_env python=3.12
114114

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

117117
pip install diffpy.pdffit2
118118

119-
Confirm that the installation was successful ::
119+
Confirm that the installation was successful: ::
120120

121121
python -c "import diffpy.pdffit2; print(diffpy.pdffit2.__version__)"
122122

@@ -130,7 +130,7 @@ For advanced users, obtain the source archive, and in the ``diffpy.pdffit2`` dir
130130
--file requirements/conda.txt \
131131
--file requirements/build.txt
132132

133-
Run the following commands sequentially to activate the environment, build the package, and run unit tests ::
133+
Activate the environment, build the package, and run unit tests by following commands sequentially: ::
134134

135135
conda activate diffpy.pdffit2_env
136136
pip install . --no-deps

0 commit comments

Comments
 (0)