-
- Downloads
Works now with the CaptDevice. Updated to Version 0.1.2
Showing
- pyproject.toml 1 addition, 1 deletionpyproject.toml
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- src/LaserControl/controller/LaserControlController.py 4 additions, 2 deletionssrc/LaserControl/controller/LaserControlController.py
- src/LaserControl/controller/multiprocess/MPLaserDevice.py 1 addition, 1 deletionsrc/LaserControl/controller/multiprocess/MPLaserDevice.py
- src/LaserControl/model/LaserControlModel.py 1 addition, 1 deletionsrc/LaserControl/model/LaserControlModel.py
... | ... | @@ -7,12 +7,12 @@ rich |
pyyaml | ||
# add the git repo | ||
git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop | ||
#git+https://gitlab.tugraz.at/flexsensor-public/captdevicecontrol.git@develop | ||
git+https://gitlab.tugraz.at/flexsensor-public/modules/fswidgets.git@develop | ||
git+https://gitlab.tugraz.at/flexsensor-public/modules/confighandler.git@develop | ||
git+https://gitlab.tugraz.at/flexsensor-public/modules/cmp.git@develop | ||
# Local installs | ||
#../confighandler | ||
#../captdevicecontrol | ||
../captdevicecontrol | ||
#../modules/cmp |
Please register or sign in to comment