mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 11:36:44 +00:00
declare as task
This commit is contained in:
parent
f1553337f7
commit
a67a6c55c2
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user