We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fda690 commit 65112e1Copy full SHA for 65112e1
1 file changed
README.md
@@ -40,6 +40,14 @@ sudo apt install libtdb-dev python3-tdb python3-venv gcc g++ git libssl-dev
40
41
```
42
43
+### Get the source
44
+
45
+```bash
46
+# Clone the repository
47
+git clone --recurse-submodules https://github.com/ArduPilot/UDPProxy.git
48
+cd UDPProxy
49
+```
50
51
### Python Virtual Environment Setup
52
53
It's recommended to use a Python virtual environment to install pymavlink:
@@ -55,14 +63,6 @@ source venv/bin/activate
55
63
pip install pymavlink
56
64
57
65
58
-### Get the source
59
-
60
-```bash
61
-# Clone the repository
62
-git clone https://github.com/ArduPilot/UDPProxy.git
-cd UDPProxy
-```
66
### Building UDPProxy
67
68
```bash
0 commit comments