Skip to content

Commit 65112e1

Browse files
committed
README: Recurse clone and put venv in the repo
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
1 parent 6fda690 commit 65112e1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ sudo apt install libtdb-dev python3-tdb python3-venv gcc g++ git libssl-dev
4040

4141
```
4242

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+
4351
### Python Virtual Environment Setup
4452

4553
It's recommended to use a Python virtual environment to install pymavlink:
@@ -55,14 +63,6 @@ source venv/bin/activate
5563
pip install pymavlink
5664
```
5765

58-
### Get the source
59-
60-
```bash
61-
# Clone the repository
62-
git clone https://github.com/ArduPilot/UDPProxy.git
63-
cd UDPProxy
64-
```
65-
6666
### Building UDPProxy
6767

6868
```bash

0 commit comments

Comments
 (0)