Skip to content

Commit 4622592

Browse files
committed
recommend updating pip and setuptools during installation
1 parent d71657c commit 4622592

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Afterwards, to setup the virtual environment and install all dependencies in it:
4646

4747
virtualenv venv &&
4848
. venv/bin/activate &&
49+
pip install --upgrade pip setuptools &&
4950
pip install -r requirements.txt &&
5051
deactivate
5152

0 commit comments

Comments
 (0)