Skip to content

Latest commit

 

History

History
executable file
·
37 lines (26 loc) · 595 Bytes

README.md

File metadata and controls

executable file
·
37 lines (26 loc) · 595 Bytes

HowTo

Prepare environmenent

$ python3 -m venv env
$ source env/bin/activate

Make distribution source package

Activate environment and execute next command

(env) $ python setup.py sdist

the dist folder will be created with JofemarVending package inside.

Installation

Make distribution package copy it into raspberry and run pip install, for example

pip install 'Deputany bot-1.0.0.tar.gz'

Running

deputany-bot --settings /path/to/your/settings.json