diff options
author | jonas <schmid@stettbacher.ch> | 2020-10-12 11:17:30 +0200 |
---|---|---|
committer | jonas <schmid@stettbacher.ch> | 2020-10-12 11:17:30 +0200 |
commit | b02a9b10bf6ad847c13a139341f5196b0de6a763 (patch) | |
tree | c6a9bb00b350547dee59674eb993d1ce475a6ac4 | |
parent | Simple python application that uses the O-3000 driver and Color Image (diff) | |
download | o3000-python-binding-b02a9b10bf6ad847c13a139341f5196b0de6a763.tar.gz o3000-python-binding-b02a9b10bf6ad847c13a139341f5196b0de6a763.zip |
Correct git clone url.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ sudo zypper in python3-devel python3-numpy python3-numpy-devel python3-opencv py Checkout this repository and build the Python C-Extension: ``` -git clone git@stettbacher.ch:o-3000/demo/python-binding.git +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 |