From a663e49947b59bdca0dfad97e2f70bc9a4a51ca9 Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 13 Oct 2020 10:00:12 +0200 Subject: Separate build and run commands correctly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fc9ca..8998839 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.1