From 1ef3f55c9555de401681cb26ce87f81718943624 Mon Sep 17 00:00:00 2001 From: MattRoweEAIF <125647690+MattRoweEAIF@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:23:11 +0200 Subject: [PATCH] Docs/unit updates (#8007) * fixed IMU units * updated autitwheel version --- Docs/build_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/build_linux.md b/Docs/build_linux.md index 704aa8447..e292a71d5 100644 --- a/Docs/build_linux.md +++ b/Docs/build_linux.md @@ -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 ``` ---