diff --git a/doc/install.md b/doc/install.md
index 7fccdefd7fb067251cfc544046b263c7bf90c8f4..1523f22541cecea8eed8c02f87ef1ecfee9c8102 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/).