From 2821aba8e0f6cc9055ee468ce35af60c27986a7e Mon Sep 17 00:00:00 2001
From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de>
Date: Tue, 5 Mar 2019 18:10:50 +0100
Subject: [PATCH] =?UTF-8?q?new=20pip=20server=20=E2=86=92=20docs?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc/install.md | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/doc/install.md b/doc/install.md
index 7fccdef..1523f22 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -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/).
-- 
GitLab