mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +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 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 ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user