feat: add setup_bec_widgets to repository

This commit is contained in:
e20639
2023-09-13 17:16:04 +02:00
parent 74dd72f5b0
commit fea92be3e4

16
bin/setup_bec_widgets.sh Executable file
View File

@@ -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"