From fea92be3e4bd53b802cbc5fa67231038425e3e99 Mon Sep 17 00:00:00 2001 From: e20639 Date: Wed, 13 Sep 2023 17:16:04 +0200 Subject: [PATCH] feat: add setup_bec_widgets to repository --- bin/setup_bec_widgets.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 bin/setup_bec_widgets.sh diff --git a/bin/setup_bec_widgets.sh b/bin/setup_bec_widgets.sh new file mode 100755 index 0000000..de20d5f --- /dev/null +++ b/bin/setup_bec_widgets.sh @@ -0,0 +1,16 @@ +module add psi-python38/2020.11 + +cd ~/Data10/software +python -m venv ./bec_widgets_venv +source ./bec_venv/bin/activate +pip install --upgrade pip +cd ~/Data10/software/bec/bec_lib +pip install -e . + +cd ~/Data10/software/csaxs-bec +pip install -e . + +cd ~/Data10/software/bec-widgets +pip install -e . + +echo "For the moment widgets only run on beamline consoles comp1/2 and cons1"