diff --git a/README.md b/README.md index 0a01d75656283d857c9f7ee4afa7e4e3e821a7e1..536b965202b976e08f65985d2af3de87e9c040fd 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 38da1d71c7e11ab5a00884c060f73518dce57fd2..93d4555dc6383905ed93a30880b1aebee0dfb357 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