mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 08:45:31 +03:00
Update Building in Windows 10 with Linux Subsystem.md
Corrected python version
This commit is contained in:
parent
9573bfe47b
commit
28b4f2dcff
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ Install Git, Make, gcc and Ruby
|
|||
- `sudo apt-get install git make cmake ruby`
|
||||
|
||||
Install python and python-yaml to allow updates to settings.md
|
||||
- `sudo apt-get install python python-yaml`
|
||||
- `sudo apt-get install python3 python-yaml`
|
||||
|
||||
### CMAKE and Ubuntu 18_04
|
||||
|
||||
|
@ -81,7 +81,7 @@ make MATEKF722
|
|||
## Updating the documents
|
||||
```
|
||||
cd /mnt/c/inav
|
||||
python src/utils/update_cli_docs.py
|
||||
python3 src/utils/update_cli_docs.py
|
||||
```
|
||||
|
||||
## Flashing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue