diff options
author | jonas <schmid@stettbacher.ch> | 2020-10-13 10:00:12 +0200 |
---|---|---|
committer | jonas <schmid@stettbacher.ch> | 2020-10-13 10:00:12 +0200 |
commit | a663e49947b59bdca0dfad97e2f70bc9a4a51ca9 (patch) | |
tree | 9240818cd0415aa2c42aa61624078408690a8213 | |
parent | Correct git clone url. (diff) | |
download | o3000-python-binding-a663e49947b59bdca0dfad97e2f70bc9a4a51ca9.tar.gz o3000-python-binding-a663e49947b59bdca0dfad97e2f70bc9a4a51ca9.zip |
Separate build and run commands correctly.
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,12 +27,12 @@ Checkout this repository and build the Python C-Extension: git clone https://stettbacher.ch/gitlab/o-3000/demo/python-binding.git cd python-binding -export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH python3 setup_c_extension.py build sudo python3 setup_c_extension.py install ``` And finally start the application: ``` +export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH python3 image-record-annotate.py ``` |