Skip to content

Commit

Permalink
add local config
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 10, 2024
1 parent d8393fb commit 2ed0b6f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .omeroci/py-common
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2ed0b6f

Please sign in to comment.