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:
parent
17691d2756
commit
a618ea95bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user