Skip to content

Commit

Permalink
Added pip upgrade to README
Browse files Browse the repository at this point in the history
  • Loading branch information
TimD1 committed Jul 11, 2022
1 parent 19c767b commit 2802506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Next, set up a virtual environment, activate it, and install the required packag
```bash
python3 -m venv venv3 --prompt "npore"
source ./venv3/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
```

Expand Down

0 comments on commit 2802506

Please sign in to comment.