aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonas <schmid@stettbacher.ch>2020-10-12 11:17:30 +0200
committerjonas <schmid@stettbacher.ch>2020-10-12 11:17:30 +0200
commitb02a9b10bf6ad847c13a139341f5196b0de6a763 (patch)
treec6a9bb00b350547dee59674eb993d1ce475a6ac4
parentSimple python application that uses the O-3000 driver and Color Image (diff)
downloado3000-python-binding-b02a9b10bf6ad847c13a139341f5196b0de6a763.tar.gz
o3000-python-binding-b02a9b10bf6ad847c13a139341f5196b0de6a763.zip
Correct git clone url.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5294f11..c3fc9ca 100644
--- a/README.md
+++ b/README.md
@@ -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