mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Install PIP requirements as a part of "invoke install"
This commit is contained in:
parent
513142d487
commit
ef1e598341
2
tasks.py
2
tasks.py
@ -90,7 +90,7 @@ def install(c):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Install required Python packages with PIP
|
# Install required Python packages with PIP
|
||||||
#c.run('pip3 install -U -r requirements.txt')
|
c.run('pip3 install -U -r requirements.txt')
|
||||||
|
|
||||||
# If a config.yaml file does not exist, copy from the template!
|
# If a config.yaml file does not exist, copy from the template!
|
||||||
CONFIG_FILE = os.path.join(localDir(), 'InvenTree', 'config.yaml')
|
CONFIG_FILE = os.path.join(localDir(), 'InvenTree', 'config.yaml')
|
||||||
|
Loading…
Reference in New Issue
Block a user