mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add install requirement for gettext (required package for creating translation files)
This commit is contained in:
parent
3cc79d6def
commit
37e9bd8d9b
1
Makefile
1
Makefile
@ -23,6 +23,7 @@ static:
|
|||||||
# Install all required packages
|
# Install all required packages
|
||||||
install:
|
install:
|
||||||
pip3 install -U -r requirements.txt
|
pip3 install -U -r requirements.txt
|
||||||
|
apt-get install gettext
|
||||||
cd InvenTree && python3 setup.py
|
cd InvenTree && python3 setup.py
|
||||||
|
|
||||||
# Create a superuser account
|
# Create a superuser account
|
||||||
|
Loading…
Reference in New Issue
Block a user