Added example of v0.6.0 Debian package installation.

This commit is contained in:
SET 2020-08-18 17:24:45 -03:00
parent f5c47ce290
commit ac8e4f9c83
2 changed files with 10 additions and 2 deletions

View File

@ -1101,7 +1101,11 @@ sudo apt install ./kibot*_all.deb
```
**Important note**: Sometimes the release needs another packages that aren't part of the stable Debian distribution.
In this case the packages are also included in the release page.
In this case the packages are also included in the release page. As an example version 0.6.0 needs:
```
sudo apt install ./python3-mcpy_2.0.2-1_all.deb ./kibot_0.6.0-1_all.deb
```
### Installation using pip:

View File

@ -422,7 +422,11 @@ sudo apt install ./kibot*_all.deb
```
**Important note**: Sometimes the release needs another packages that aren't part of the stable Debian distribution.
In this case the packages are also included in the release page.
In this case the packages are also included in the release page. As an example version 0.6.0 needs:
```
sudo apt install ./python3-mcpy_2.0.2-1_all.deb ./kibot_0.6.0-1_all.deb
```
### Installation using pip: