From 98a7dfdeefc2018a669e257960605e32c453da91 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sun, 7 Jun 2020 20:04:06 +0200 Subject: [PATCH] added cam_server as dependency (Qt makes this a quite large dep.) --- .conda-recipe/meta.yaml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.conda-recipe/meta.yaml b/.conda-recipe/meta.yaml index 9f19b81c..077905cd 100644 --- a/.conda-recipe/meta.yaml +++ b/.conda-recipe/meta.yaml @@ -18,6 +18,7 @@ requirements: run: - python - bsread + - cam_server - colorama - data_api - detector_integration_api diff --git a/README.md b/README.md index b0084a78..69e705fe 100644 --- a/README.md +++ b/README.md @@ -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