documentation

This commit is contained in:
Davide Alberani 2017-04-15 18:27:23 +02:00
parent ede2056202
commit bb3150c5ce
2 changed files with 6 additions and 0 deletions

View file

@ -54,6 +54,8 @@ Be sure to have a running MongoDB server, locally. If you want to install the de
sudo pip3 install pymongo # version 3.2.2 or later
sudo pip3 install python-dateutil
sudo pip3 install pycups # only needed if you want to print labels
sudo pip3 install serial # only for the qrcode_reader script
sudo pip3 install requests # only for the qrcode_reader script
git clone https://github.com/raspibo/eventman
cd eventman
./eventman_server.py --debug

View file

@ -6,3 +6,7 @@ qrcode_reader
With this tool, you can use a serial QR Code or barcode scanner to automarically check-in attendees.
Besides some standard packages, it also requires the following:
sudo pip3 install serial
sudo pip3 install requests