Update README.md (#305)

python3-all-dev is required for the 23.8 in Jetson Nano
This commit is contained in:
MarioFPV 2023-08-27 19:48:07 +01:00 committed by GitHub
parent bdbc16f956
commit 62efab1bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ make rpm
For binary distribution Debian or Ubuntu
```
sudo apt install python3-all libpcap-dev libsodium-dev python3-pip python3-pyroute2 \
python3-future python3-twisted python3-serial iw virtualenv \
python3-future python3-twisted python3-serial python3-all-dev iw virtualenv \
debhelper dh-python build-essential -y
sudo make deb
```