Skip to content

Commit c20010e

Browse files
committed
Cleanup shell prompt character from code blocks
1 parent 7d17740 commit c20010e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/start.rst

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ First install the cfile package.
1212
PIP Install
1313
^^^^^^^^^^^
1414

15-
.. parsed-literal::
15+
.. code-block:: Text
1616
17-
$pip3 install cfile
17+
pip3 install cfile
1818
1919
2020
Manual Install
@@ -24,13 +24,13 @@ Download latest release from the `cfile Github page <https://github.com/cogu/cfi
2424

2525
Unzip the release then install using setuptools.
2626

27-
.. parsed-literal::
27+
.. code-block:: Text
2828
2929
Linux (shell):
30-
$python3 setup.py install
30+
python3 setup.py install
3131
3232
Windows (PowerShell):
33-
>python setup.py install
33+
python setup.py install
3434
3535
Installing the autosar package
3636
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -47,26 +47,26 @@ Download latest release from the `autosar Github page <https://github.com/cogu/a
4747

4848
Unzip the release then install using setuptools.
4949

50-
.. parsed-literal::
50+
.. code-block:: Text
5151
5252
Linux (shell):
53-
$python3 setup.py install
53+
python3 setup.py install
5454
5555
Windows (PowerShell):
56-
>python setup.py install
56+
python setup.py install
5757
5858
Running Unit Tests
5959
------------------
6060

6161
In case you want to run unit tests you can use the convenience shell scripts to trigger Python to run test cases.
6262

63-
.. parsed-literal::
63+
.. code-block:: Text
6464
65-
Linux (shell):
66-
$./run_tests.sh
65+
Linux (shell):
66+
./run_tests.sh
6767
68-
Windows (PowerShell):
69-
>.\run_tests.cmd
68+
Windows (PowerShell):
69+
.\run_tests.cmd
7070
7171
Writing your first script
7272
-------------------------

0 commit comments

Comments
 (0)