Skip to content

Instantly share code, notes, and snippets.

@joelthchao
Last active March 18, 2018 11:05
Show Gist options
  • Save joelthchao/278032bcaf1a91625753a3b48f2dc981 to your computer and use it in GitHub Desktop.
Save joelthchao/278032bcaf1a91625753a3b48f2dc981 to your computer and use it in GitHub Desktop.
DHT
#!/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