mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Install required PIP packages
This commit is contained in:
parent
85f635c975
commit
37a43c8657
@ -17,6 +17,8 @@ before_install:
|
|||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install gettext
|
- sudo apt-get install gettext
|
||||||
- pip3 install invoke
|
- pip3 install invoke
|
||||||
|
- pip3 install mysqlclient
|
||||||
|
- pip3 install psycopg2
|
||||||
- invoke install
|
- invoke install
|
||||||
- invoke migrate
|
- invoke migrate
|
||||||
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
- cd InvenTree && python3 manage.py createsuperuser --username InvenTreeAdmin --email admin@inventree.com --noinput && cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user