diff --git a/README.md b/README.md index 2a55e279ea8e3e1e23efaf40497269590ba2ba26..a4a69f735010f8fde901b6e47917f7b1da9e8cc0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository is largely Python scripts that convert XML files into language-s * Tkinter (if GUI functionality is desired) ### Installation ### - 1. Clone into a user-writable directory. + 1. Clone into a user-writable directory. Make sure to use the git "--recursive" option since pymavlink is a submodule. Alternately, run "git submodule init" and "git submodule update" after cloning to get pymavlink. 2. Add the repository directory to your `PYTHONPATH` 3. Generate MAVLink parser files following the instructions in the next section *AND/OR* run included helper scripts described in the Scripts/Examples secion.