1
0
Fork 0
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:
Darren Lines 2021-06-19 17:53:03 +01:00 committed by GitHub
parent 9573bfe47b
commit 28b4f2dcff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: