Browse Source

documentation

Davide Alberani 7 years ago
parent
commit
bb3150c5ce
2 changed files with 6 additions and 0 deletions
  1. 2 0
      README.md
  2. 4 0
      tools/README.md

+ 2 - 0
README.md

@@ -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

+ 4 - 0
tools/README.md

@@ -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