mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
pip[3] in case pip3 doesn't exist :)
This commit is contained in:
parent
d0c3cfb0cb
commit
51bd72f0a1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ pkg install py37-pip jpeg-turbo gmake
|
|||
Install Sphinx, our default theme and contrib packages:
|
||||
|
||||
```
|
||||
pip3 install -r requirements.txt --upgrade
|
||||
pip[3] install -r requirements.txt --upgrade
|
||||
```
|
||||
|
||||
### Update API endpoints
|
||||
|
|
|
|||
Loading…
Reference in a new issue