Skip to content
Snippets Groups Projects
Commit 6835279c authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

doc install updates

closes #194
parent 88f42695
No related branches found
No related tags found
No related merge requests found
......@@ -16,36 +16,21 @@ Then, you can install
### Using PyPi (recommended)
This is the recommended, easiest version to install nqontrol.
It is not fully optimized and on a local repository and needs some extra flags for now.
And for now it is only available from the Uni Hamburg network.
```bash
pip3 install --upgrade --user --extra-index-url https://las-nq-serv.physnet.uni-hamburg.de/pypiserver/ nqontrol
pip3 install --upgrade --user nqontrol
```
If you don't have `pip3` on your system, try `pip`.
To install system wide don't use the `--user` flag.
### Make extra Host permanent
If you want to add our pip repository permanently to your Unix system, save the following to the pip configuration file `~/.pip/pip.conf`:
```ini
[global]
extra-index-url = https://las-nq-serv.physnet.uni-hamburg.de/pypiserver/
```
To install system-wide don't use the `--user` flag.
### Other Sources
Here you can get the newest stable version:
* **[nqontrol software builds](https://las-nq-serv.physnet.uni-hamburg.de/software-builds/nqontrol/)**
* **[gitlab repository](https://gitlab.rrz.uni-hamburg.de/las-nq/nqontrol)**
More distribution methods will follow.
### All systems (general solution)
Unpack the `*.tar.gz` or download the source from gitlab.
#### Install dependencies
#### Install Dependencies for Development
To install the dependencies on a Unix system, use:
```bash
......@@ -56,7 +41,7 @@ The general version for the only non-Unix system is:
pip install --user -r requirements.txt
```
#### Install nqontrol
#### Install NQontrol
The pythonic installation to the users site packages is done with:
```bash
......@@ -73,7 +58,9 @@ Maybe it needs little work to install them automatically.
### On Linux
The ADwin connects via a fixed LAN connection, which has to be configured first.
Afterwards, in the repository, navigate to the `env` folder, unpack the `adwin-lib-*-.tar.gz`. Navigate to the `adwin-lib` folder and read INSTALL.
Download the library from the [ADwin file server](https://www.adwin.de/pub/cd/):
[adwin-lib-5.0.12](https://www.adwin.de/pub/cd/adwin-lib-5.0.12.tar.gz)
TL;DR:
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment