We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8eb37a commit 068f476Copy full SHA for 068f476
1 file changed
README.md
@@ -42,15 +42,6 @@ command as given below as an example. If you used the
42
-v, --verbose verbosely show details of the results of the running program
43
```
44
45
-You can optionally include the installed orcc script location in the PATH shell variable. To do this for the above
46
-example, the following two lines can be added in the .bashrc configuration file (assuming the user uses Bash shell, of
47
-course).
48
-
49
-```
50
-export PYTHONPATH=$PYTHONPATH:/home/username/lib/python/site-packages
51
-export PATH=$PATH:/home/username/bin
52
53
54
After making sure that the `orcc` executable is in your path, you can try some of the examples included in the testsuite
55
subdirectory, e.g.:
56
0 commit comments