From cf57d5dd5c8ac0c948b4141cc21016074b3dd3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Tue, 12 Dec 2023 10:36:25 +0100 Subject: [PATCH] Update README.md added OpenBLAS/ATLAS install instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d9a68e4..12c7801 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ Check out the **[detailed documentation of the Shake&Tune module here](./docs/RE Follow these steps to install the Shake&Tune module in your printer: 1. Be sure to have a working accelerometer on your machine. You can follow the official [Measuring Resonances Klipper documentation](https://www.klipper3d.org/Measuring_Resonances.html) to configure one. Validate with an `ACCELEROMETER_QUERY` command that everything works correctly. + 1. Install the system libraries that are needed to run the custom Python scripts: + ```bash + sudo apt update && sudo apt install libopenblas-dev libatlas-base-dev -y + ``` 1. Then, you can install the Shake&Tune package by running over SSH on your printer: ```bash wget -O - https://raw.githubusercontent.com/Frix-x/klippain-shaketune/main/install.sh | bash