Commit c20010e 1 parent 7d17740 commit c20010e Copy full SHA for c20010e
File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ First install the cfile package.
12
12
PIP Install
13
13
^^^^^^^^^^^
14
14
15
- .. parsed-literal ::
15
+ .. code-block :: Text
16
16
17
- $ pip3 install cfile
17
+ pip3 install cfile
18
18
19
19
20
20
Manual Install
@@ -24,13 +24,13 @@ Download latest release from the `cfile Github page <https://github.com/cogu/cfi
24
24
25
25
Unzip the release then install using setuptools.
26
26
27
- .. parsed-literal ::
27
+ .. code-block :: Text
28
28
29
29
Linux (shell):
30
- $ python3 setup.py install
30
+ python3 setup.py install
31
31
32
32
Windows (PowerShell):
33
- > python setup.py install
33
+ python setup.py install
34
34
35
35
Installing the autosar package
36
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -47,26 +47,26 @@ Download latest release from the `autosar Github page <https://github.com/cogu/a
47
47
48
48
Unzip the release then install using setuptools.
49
49
50
- .. parsed-literal ::
50
+ .. code-block :: Text
51
51
52
52
Linux (shell):
53
- $ python3 setup.py install
53
+ python3 setup.py install
54
54
55
55
Windows (PowerShell):
56
- > python setup.py install
56
+ python setup.py install
57
57
58
58
Running Unit Tests
59
59
------------------
60
60
61
61
In case you want to run unit tests you can use the convenience shell scripts to trigger Python to run test cases.
62
62
63
- .. parsed-literal ::
63
+ .. code-block :: Text
64
64
65
- Linux (shell):
66
- $ ./run_tests.sh
65
+ Linux (shell):
66
+ ./run_tests.sh
67
67
68
- Windows (PowerShell):
69
- > .\r un_tests.cmd
68
+ Windows (PowerShell):
69
+ .\run_tests.cmd
70
70
71
71
Writing your first script
72
72
-------------------------
You can’t perform that action at this time.
0 commit comments