added cam_server as dependency (Qt makes this a quite large dep.)

This commit is contained in:
2020-06-07 20:04:06 +02:00
parent 0aa1342937
commit 98a7dfdeef
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ requirements:
run:
- python
- bsread
- cam_server
- colorama
- data_api
- detector_integration_api
+1 -1
View File
@@ -102,7 +102,7 @@ conda activate slic
Some dependencies might need the PSI channel, thus:
```bash
conda install -c paulscherrerinstitute bsread colorama data_api detector_integration_api elog pyepics ipython jungfrau_utils
conda install -c paulscherrerinstitute bsread cam_server colorama data_api detector_integration_api elog ipython jungfrau_utils pyepics
```
#### Installation