mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-26 08:40:52 +00:00
Add install requirement for gettext (required package for creating translation files)
This commit is contained in:
1
Makefile
1
Makefile
@ -23,6 +23,7 @@ static:
|
||||
# Install all required packages
|
||||
install:
|
||||
pip3 install -U -r requirements.txt
|
||||
apt-get install gettext
|
||||
cd InvenTree && python3 setup.py
|
||||
|
||||
# Create a superuser account
|
||||
|
Reference in New Issue
Block a user