added examples to Api.rst

updated version
changes in build
This commit is contained in:
Joel 2021-01-17 04:36:25 +01:00
parent 327f87ca34
commit 5fbe0bcb8d
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
3 changed files with 67 additions and 7 deletions

View file

@ -8,13 +8,13 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
--description 'Library for robot used in the competition' \
--after-install postinstall.sh \
--deb-generate-changes \
--deb-dist "buster" \
--deb-priority "optional" \
--deb-changelog changelog \
--deb-upstream-changelog changelog \
-v 0.0.2-4 -t deb setup.py
-v 0.0.2-6 -t deb setup.py
# --deb-changelog changelog \
# --deb-upstream-changelog changelog \
# --deb-field "Distribution: stable" \
# --deb-dist "stable" \
sudo apt purge python3-complib -y
sudo apt install ./python3-*