Docs/unit updates (#8007)

* fixed IMU units

* updated autitwheel version
This commit is contained in:
MattRoweEAIF 2024-07-31 15:23:11 +02:00 committed by GitHub
parent f2695a17d1
commit 1ef3f55c95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ pip3 install --user -Iv setuptools==47.3.1 &&
pip install --user distro &&
pip3 install --user distro &&
pip install --user wheel &&
pip3 install --user wheel auditwheel
pip3 install --user wheel auditwheel==4.0.0
```
---