aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Measuring_Resonances.md
diff options
context:
space:
mode:
authorshiftingtech <53156353+shiftingtech@users.noreply.github.com>2021-07-08 08:38:12 -0600
committerGitHub <noreply@github.com>2021-07-08 10:38:12 -0400
commit0edcd0bb7b022331d0eed834a3c94c523bb62703 (patch)
tree956ae311e4196c571bd2d8bf30db4493a08ad378 /docs/Measuring_Resonances.md
parentf2b4d353d859e0fc75a13b53050812516b06302c (diff)
downloadkutter-0edcd0bb7b022331d0eed834a3c94c523bb62703.tar.gz
kutter-0edcd0bb7b022331d0eed834a3c94c523bb62703.tar.xz
kutter-0edcd0bb7b022331d0eed834a3c94c523bb62703.zip
docs: added an apt update to measuring_resonance (#4417)
Signed-off-by: Ben Eastep <shifting@shifting.ca>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r--docs/Measuring_Resonances.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md
index 739d090f..557857c4 100644
--- a/docs/Measuring_Resonances.md
+++ b/docs/Measuring_Resonances.md
@@ -76,8 +76,9 @@ CPU, it may take *a lot* of time, up to 10-20 minutes. Be patient and wait
for the completion of the installation. On some occasions, if the board has
too little RAM, the installation may fail and you will need to enable swap.
-Next, run the following command to install the additional dependencies:
+Next, run the following commands to install the additional dependencies:
```
+sudo apt update
sudo apt install python-numpy python-matplotlib
```