Skip to content

Commit d571b9e

Browse files
author
Stefan Cyliax
committed
doc: small fix to rendering of install steps
Signed-off-by: Stefan Cyliax <stefan.cyliax@asam.net>
1 parent 7518c5d commit d571b9e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/setup/installing_linux_python.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,14 @@ source venv/bin/activate
3535
----
3636
+
3737
. Install Open Simulation Interface.
38-
Local installation:: `pip3 install .`
39-
Global installation:: `sudo pip3 install .`
38+
.. Local installation
39+
+
40+
----
41+
pip3 install .
42+
----
43+
+
44+
.. Global installation
45+
+
46+
----
47+
sudo pip3 install .
48+
----

0 commit comments

Comments
 (0)