From a67a6c55c28bddc413659c13b6121679a806e636 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 May 2022 00:19:03 +0200 Subject: [PATCH] declare as task --- tasks.py | 1 + 1 file changed, 1 insertion(+) 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