added examples to Api.rst
updated version changes in build
This commit is contained in:
parent
327f87ca34
commit
5fbe0bcb8d
3 changed files with 67 additions and 7 deletions
|
@ -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-*
|
||||
|
|
Reference in a new issue