commit | 0785606a3e8f02c546b27e09d8115fca3e611db6 | [log] [tgz] |
---|---|---|
author | Ingy döt Net <ingy@ingy.net> | Sat Nov 11 11:07:42 2023 -0800 |
committer | Ingy döt Net <ingy@ingy.net> | Sat Nov 11 11:07:42 2023 -0800 |
tree | 35b5dcc8345310a4d499a489ea59bd6bbdff2a13 | |
parent | 0536509839864b2c86f53817701e2c68490b5913 [diff] |
Makefile does pip upgrade for making .venv
diff --git a/Makefile b/Makefile index c2ab1e8..a084265 100644 --- a/Makefile +++ b/Makefile
@@ -57,5 +57,6 @@ $(VENV): $(PYTHON) -m venv $@ + pip install --upgrade pip pip install pytest pip install -e .