diff --git a/tasks.py b/tasks.py index db3a68d503..4a5c7b8c65 100644 --- a/tasks.py +++ b/tasks.py @@ -98,6 +98,7 @@ def install(c): # Install required Python packages with PIP c.run('pip3 install -U -r requirements.txt') +@task def setup_dev(c): """ Sets up everything needed for the dev enviroment