Fixes install instructions in README.md

Without period pip complains.

Also rather use `pip3` instead of `pip` because some distributions still
default to python 2 and pip for python 2.

Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
Claudius Heine 2017-06-22 13:16:53 +02:00 committed by Daniel Wagner
parent 17691d2756
commit a618ea95bd

View File

@ -45,7 +45,7 @@ asyncio.
To install kas into your python site-package repository, run
```sh
$ sudo pip install
$ sudo pip3 install .
```
@ -301,7 +301,7 @@ This project uses pip to manage the package. If you want to work on the
project yourself you can create the necessary links via:
```sh
$ sudo pip install -e .
$ sudo pip3 install -e .
```
That will install a backlink /usr/bin/kas to this project. Now you are