Skip to content

Commit cf11e64

Browse files
author
Diptorup Deb
committed
Fix weird punctuations.
1 parent 64051b3 commit cf11e64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docfiles/user_guides/QuickStart.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ Install Wheel package from Pypi
6565
2. Set path to Performance Libraries in case of using ``venv`` or system Python.
6666

6767

68-
On Linux:
68+
On Linux
6969

7070
.. code-block:: bash
7171
7272
export LD_LIBRARY_PATH=<path_to_your_env>/lib
7373
74-
On Windows:
74+
On Windows
7575

7676
.. code-block:: bat
7777
@@ -148,15 +148,15 @@ installed:
148148
- ``pytest`` (optional to run Python API tests)
149149

150150
Once the prerequisites are installed, building using ``setuptools`` involves The
151-
usual steps:
151+
usual steps
152152

153-
to build and install.
153+
to build and install
154154

155155
.. code-block:: bash
156156
157157
python setup.py install
158158
159-
to develop.
159+
, and to develop.
160160

161161
.. code-block:: bash
162162

0 commit comments

Comments
 (0)