Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NQontrol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
las-nq
NQontrol
Commits
23878231
Commit
23878231
authored
6 years ago
by
Christian Darsow-Fromm
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop'
parents
0c85260a
6835279c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/install.md
+7
-20
7 additions, 20 deletions
doc/install.md
with
7 additions
and
20 deletions
doc/install.md
+
7
−
20
View file @
23878231
...
@@ -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
nq
ontrol
#### Install
NQ
ontrol
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment