mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
declare as task
This commit is contained in:
1
tasks.py
1
tasks.py
@ -98,6 +98,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')
|
||||||
|
|
||||||
|
@task
|
||||||
def setup_dev(c):
|
def setup_dev(c):
|
||||||
"""
|
"""
|
||||||
Sets up everything needed for the dev enviroment
|
Sets up everything needed for the dev enviroment
|
||||||
|
Reference in New Issue
Block a user