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

new pip server → docs

parent 10d6c508
Branches
Tags v0.1.2
No related merge requests found
Pipeline #2293 failed
......@@ -4,23 +4,15 @@
`OpenQlab` requires a working `Python` installation on your PC. Currently, the easiest way to get this is to install the [Anaconda](https://www.anaconda.com/download/) distribution. Select the `Python 3.x` version (at the time of writing, x=7).
## Using our PyPi server (recommended)
## Using the PyPi server (recommended)
This is the recommended, easiest version to install OpenQlab.
It is not fully optimized and on a local repository and needs some extra flags for now.
```bash
pip3 install --upgrade --user --extra-index-url https://las-nq-serv.physnet.uni-hamburg.de/pypiserver/ OpenQlab
pip3 install --upgrade --user OpenQlab
```
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
```
## Manual installation on Linux
You can get the current version on our [deployment server](https://las-nq-serv.physnet.uni-hamburg.de/software-builds/nq-lab/) or on the [gitlab server](https://gitlab.aei.uni-hannover.de/las-nq/lab/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment