declare as task

This commit is contained in:
Matthias 2022-05-16 00:19:03 +02:00
parent f1553337f7
commit a67a6c55c2
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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