We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f544f1 commit 748299eCopy full SHA for 748299e
examples/candle.py
@@ -7,7 +7,7 @@
7
try:
8
import numpy as np
9
except ImportError:
10
- exit('This script requires the numpy module\nInstall with: sudo apt install python3-numpy')
+ exit('This script requires the numpy module\nInstall with: python3 -m pip install numpy')
11
12
import blinkt
13
examples/mem_load.py
@@ -6,7 +6,7 @@
6
import psutil
- exit('This script requires the psutil module\nInstall with: sudo apt install python3-psutil')
+ exit('This script requires the psutil module\nInstall with: python3 -m pip install psutil')
0 commit comments