From 82c8404549f961eab8453e4d4878501ee0196a45 Mon Sep 17 00:00:00 2001
From: David Chamont <chamont@in2p3.fr>
Date: Wed, 22 Jul 2020 23:09:06 +0200
Subject: [PATCH] Forgotten

---
 dist/install.sh | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100755 dist/install.sh

diff --git a/dist/install.sh b/dist/install.sh
new file mode 100755
index 0000000..1764e62
--- /dev/null
+++ b/dist/install.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+# This ensures that we are in this script directory,
+# even if we call it from another one.
+SCRIPT_NAME=${BASH_SOURCE[0]}
+cd `dirname ${SCRIPT_NAME}`
+
+# Look current version
+version=`cat version.txt`
+
+# Install
+pip3 install labelstower-${version}-py3-none-any.whl
\ No newline at end of file
-- 
GitLab