Skip to content

Commit e226fcd

Browse files
Merge pull request #536 from potaito/patch-2
readme: clarify on editable installation
2 parents 677a295 + e8c3d80 commit e226fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export MAVSDK_SERVER_ARCH=<ARM embedded architecture>
101101
```
102102
Supported architectures: `armv6l`, `armv7l` and `aarch64`. For example for Raspberry Pi it is `armv7l`, or `aarch64` (if a 64 bit distribution is used).
103103

104-
Then you can install a development (editable) version of the package using:
104+
Then you can install a development version of the package, which links the package to the generated code in this local directory. To do so, use:
105105
```
106106
python3 setup.py build
107107
pip3 install -e .

0 commit comments

Comments
 (0)