From 2ed0b6fe5d6f2b0291551703dd5d09328e647b96 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 10 Jan 2024 21:50:06 +0000 Subject: [PATCH] add local config --- .omeroci/py-common | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 .omeroci/py-common diff --git a/.omeroci/py-common b/.omeroci/py-common new file mode 100755 index 000000000..8fe864733 --- /dev/null +++ b/.omeroci/py-common @@ -0,0 +1,14 @@ +py-common#!/bin/bash +source /infra/utils + +set -u +set -x + +TARGET=${TARGET:-..} + +dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) +cd $TARGET + +pip install --upgrade setuptools wheel +pip install --upgrade -r $dir/requirements.txt +pip install git+https://github.com/jburel/omero-py.git@update