From ac8e4f9c83e25d52e594128cd6eccd85d90753e6 Mon Sep 17 00:00:00 2001 From: SET Date: Tue, 18 Aug 2020 17:24:45 -0300 Subject: [PATCH] Added example of v0.6.0 Debian package installation. --- README.md | 6 +++++- docs/README.in | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df66dee4..d98bb9c0 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/README.in b/docs/README.in index 1b0add42..1f1dd6b6 100644 --- a/docs/README.in +++ b/docs/README.in @@ -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: