Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brnorris03 authored Dec 30, 2020
1 parent a8eb37a commit 068f476
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ command as given below as an example. If you used the
-v, --verbose verbosely show details of the results of the running program
```

You can optionally include the installed orcc script location in the PATH shell variable. To do this for the above
example, the following two lines can be added in the .bashrc configuration file (assuming the user uses Bash shell, of
course).

```
export PYTHONPATH=$PYTHONPATH:/home/username/lib/python/site-packages
export PATH=$PATH:/home/username/bin
```

After making sure that the `orcc` executable is in your path, you can try some of the examples included in the testsuite
subdirectory, e.g.:

Expand Down

0 comments on commit 068f476

Please sign in to comment.