File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/docfiles/user_guides Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ Install Wheel package from Pypi
65
65
2. Set path to Performance Libraries in case of using ``venv `` or system Python.
66
66
67
67
68
- On Linux:
68
+ On Linux
69
69
70
70
.. code-block :: bash
71
71
72
72
export LD_LIBRARY_PATH=< path_to_your_env> /lib
73
73
74
- On Windows:
74
+ On Windows
75
75
76
76
.. code-block :: bat
77
77
@@ -148,15 +148,15 @@ installed:
148
148
- ``pytest `` (optional to run Python API tests)
149
149
150
150
Once the prerequisites are installed, building using ``setuptools `` involves The
151
- usual steps:
151
+ usual steps
152
152
153
- to build and install.
153
+ to build and install
154
154
155
155
.. code-block :: bash
156
156
157
157
python setup.py install
158
158
159
- to develop.
159
+ , and to develop.
160
160
161
161
.. code-block :: bash
162
162
You can’t perform that action at this time.
0 commit comments