Last active
March 18, 2018 11:05
-
-
Save joelthchao/278032bcaf1a91625753a3b48f2dc981 to your computer and use it in GitHub Desktop.
DHT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Install Anaconda | |
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-armv7l.sh | |
bash Miniconda3-latest-Linux-armv7l.sh | |
# Install Adafruit_Python_DHT | |
git clone https://github.com/adafruit/Adafruit_Python_DHT.git | |
cd Adafruit_Python_DHT | |
python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment