Skip to content

Commit 6f7575a

Browse files
committed
fix: update pip installation command in README
1 parent c74a3d7 commit 6f7575a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ make install
199199
# or manually:
200200
python3 -m venv .venv
201201
source .venv/bin/activate
202+
pip install --upgrade pip
202203
pip install -r requirements.txt
203204
```
204205

0 commit comments

Comments
 (0)