diff --git a/README.md b/README.md index 626ad4d..e90b215 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ 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 eventbrite # only needed if you want to import from Eventbrite using their API 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 diff --git a/angular_app/import-persons.html b/angular_app/import-persons.html index 3f22ea0..6d1891f 100644 --- a/angular_app/import-persons.html +++ b/angular_app/import-persons.html @@ -1,5 +1,36 @@