We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8140f commit e1aaf6aCopy full SHA for e1aaf6a
.github/workflows/windows_build.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./installer.exe /verysilent /allusers /dir=inst
34
- name: Build MAVProxy
35
run: |
36
- python -m pip install . --user
+ python -m pip install .[recommended] --user
37
python -m pip list
38
- name: Prepare installer
39
windows/MAVProxyWinBuild.bat
@@ -38,7 +38,7 @@ python.exe -m pip install -U pyinstaller==6.7.0 packaging
rem -----Build MAVProxy-----
40
cd ..\
41
-python.exe -m pip install . --user
+python.exe -m pip install .[recommended] --user
42
cd .\MAVProxy
43
copy ..\windows\mavproxy.spec
44
pyinstaller -y --clean mavproxy.spec
0 commit comments