Skip to content

Commit d292422

Browse files
authored
Pip updates during the installation of the virtual env (python#688)
1 parent ad91664 commit d292422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ clean:
4343

4444
venv:
4545
$(PYTHON) -m venv venv
46+
./venv/bin/python3 -m pip install --upgrade pip
4647
./venv/bin/python3 -m pip install -r requirements.txt
4748

4849
html: venv

0 commit comments

Comments
 (0)