summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-08-01 10:05:47 +0200
committernicolargo <nicolas@nicolargo.com>2021-08-01 10:05:47 +0200
commita9ebdf185b950627d71e2d936ea661248c5312b9 (patch)
tree31e1192181530f813313de8be1bede991a3c9470 /Makefile
parentba1af75e080eb8e0785f76ec8007c2e8bb9d0f4d (diff)
Make the process sort list configurable through the command line #1903
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7dd127b3..4a6e654a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ venv-dev:
./venv/bin/pip install -r doc-requirements.txt
venv-dev-upgrade:
+ ./venv/bin/pip install --upgrade pip
./venv/bin/pip install --upgrade -r dev-requirements.txt
./venv/bin/pip install --upgrade -r doc-requirements.txt