Fix typo in install instructions
This commit is contained in:
parent
25dc250225
commit
36fa34c5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Run the NOMYO Router in a dedicated virtual environment, install the requirement
|
|||
```
|
||||
python3 -m venv .venv/router
|
||||
source .venv/router/bin/activate
|
||||
pip3 install requirements.txt -r
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
finally you can
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue