From a5edaa2d97e14182b4f27081e343c83d92948d5b Mon Sep 17 00:00:00 2001 From: Christian Darsow Fromm <cdarsowf@physnet.uni-hamburg.de> Date: Mon, 20 May 2019 13:43:38 +0200 Subject: [PATCH] new version --- README.md | 4 ++-- doc/install.md | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0a01d75..536b965 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ReadMe - - + + `NQontrol` is a python project aiming the replacement of analog PID controllers in the lab. diff --git a/doc/install.md b/doc/install.md index 38da1d7..93d4555 100644 --- a/doc/install.md +++ b/doc/install.md @@ -34,7 +34,8 @@ More distribution methods will follow. To install the dependencies on a Unix system, use: ```bash -make requirements +make requirements # to install in a virtualenv +make requirements-user # to install on user level ``` The general version for the only non-Unix system is: ```bash @@ -48,11 +49,6 @@ The pythonic installation to the users site packages is done with: python3 setup.py install --user ``` -### Windows - -Install the `*.exe`. I don't know, what happens with the dependencies. -Maybe it needs little work to install them automatically. - ## Install the ADwin Library ### On Linux -- GitLab