Closes #5076: Specify pip3

This commit is contained in:
Jeremy Stretch 2020-09-01 10:24:17 -04:00
parent 7dbeaf7a01
commit b3b7e08c50

View File

@ -25,7 +25,7 @@ Begin by installing all system packages required by NetBox and its dependencies.
Before continuing with either platform, update pip (Python's package management tool) to its latest release:
```no-highlight
# pip install --upgrade pip
# pip3 install --upgrade pip
```
## Download NetBox