8000 Pip updates during the installation of the virtual env (#688) · python/devguide@deaec0c · GitHub
[go: up one dir, main page]

Skip to content

Commit deaec0c

Browse files
authored
Pip updates during the installation of the virtual env (#688)
1 parent c0a75f4 commit deaec0c

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)
0