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

Merge branch 'develop'

parents 0c85260a 6835279c
No related branches found
No related tags found
No related merge requests found
...@@ -16,36 +16,21 @@ Then, you can install ...@@ -16,36 +16,21 @@ Then, you can install
### Using PyPi (recommended) ### Using PyPi (recommended)
This is the recommended, easiest version to install nqontrol. 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 ```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`. If you don't have `pip3` on your system, try `pip`.
To install system wide don't use the `--user` flag. 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/
```
### Other Sources ### Other Sources
Here you can get the newest stable version: 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)** * **[gitlab repository](https://gitlab.rrz.uni-hamburg.de/las-nq/nqontrol)**
More distribution methods will follow. More distribution methods will follow.
### All systems (general solution) #### Install Dependencies for Development
Unpack the `*.tar.gz` or download the source from gitlab.
#### Install dependencies
To install the dependencies on a Unix system, use: To install the dependencies on a Unix system, use:
```bash ```bash
...@@ -56,7 +41,7 @@ The general version for the only non-Unix system is: ...@@ -56,7 +41,7 @@ The general version for the only non-Unix system is:
pip install --user -r requirements.txt pip install --user -r requirements.txt
``` ```
#### Install nqontrol #### Install NQontrol
The pythonic installation to the users site packages is done with: The pythonic installation to the users site packages is done with:
```bash ```bash
...@@ -73,7 +58,9 @@ Maybe it needs little work to install them automatically. ...@@ -73,7 +58,9 @@ Maybe it needs little work to install them automatically.
### On Linux ### On Linux
The ADwin connects via a fixed LAN connection, which has to be configured first. 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: TL;DR:
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment