docs: Install kas as user

pip warns us with:

"Running pip install with root privileges is generally not a good
idea. Try `pip3 install --user` instead."

So update the documentation to install kas as user.

Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
Daniel Wagner 2018-01-04 18:25:54 +01:00
parent b42aafb97d
commit bef5aa80b3

View File

@ -7,9 +7,9 @@ Deploy for development
This project uses pip to manage the package. If you want to work on the This project uses pip to manage the package. If you want to work on the
project yourself you can create the necessary links via:: project yourself you can create the necessary links via::
$ sudo pip3 install -e . $ pip3 install --user -e .
That will install a backlink /usr/bin/kas to this project. Now you are That will install a backlink ~/.local/bin/kas to this project. Now you are
able to call it from anywhere. able to call it from anywhere.