Install PIP requirements as a part of "invoke install"

This commit is contained in:
Oliver Walters 2020-08-21 21:32:08 +10:00
parent 513142d487
commit ef1e598341

View File

@ -90,7 +90,7 @@ def install(c):
"""
# 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!
CONFIG_FILE = os.path.join(localDir(), 'InvenTree', 'config.yaml')