Install required PIP packages

This commit is contained in:
Oliver Walters 2020-09-01 21:13:38 +10:00
parent 85f635c975
commit 37a43c8657

View File

@ -17,6 +17,8 @@ before_install:
- sudo apt-get update
- sudo apt-get install gettext
- pip3 install invoke
- pip3 install mysqlclient
- pip3 install psycopg2
- invoke install
- invoke migrate
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..