From 43567ec41fdbdb76afdfa79482e8f7c62bf81cf7 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Thu, 10 Aug 2017 14:21:33 +0200 Subject: [PATCH] OPUS20: Specify requirements more precisely in README --- LUFFT_OPUS20/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/LUFFT_OPUS20/README.md b/LUFFT_OPUS20/README.md index 85c579b..fd3d258 100644 --- a/LUFFT_OPUS20/README.md +++ b/LUFFT_OPUS20/README.md @@ -2,11 +2,21 @@ ### Installation / Requirements - pip install --upgrade -r requirements.txt +For this to work, you need some requirements as mentioned +[here](https://pcaspy.readthedocs.io/en/latest/installation.html): + +* Python 2.6+ including 3.x +* Python headers (package name "python-dev" or similar) +* SWIG 1.3.29+ (package name "swig") +* readline library (package name "libreadline-dev") + +Once, the prerequisits are met, run: + + pip3 install -r requirements.txt --upgrade --user ### Starting - $ ./lufft_opus20_ioc.py -h + $ python3 ./lufft_opus20_ioc.py -h usage: lufft_opus20_ioc.py [-h] --sys SYS --sub SUB --esys ESYS opus20_hostname -- 2.43.0