mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
8 lines
265 B
Bash
8 lines
265 B
Bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
pip install -r requirements.txt
|
|
|
|
pip install -e $SCRIPT_DIR/../bec_utils
|
|
|
|
pip install -r $SCRIPT_DIR/../../ophyd_devices/requirements.txt
|
|
pip install -e $SCRIPT_DIR/../../ophyd_devices |