Skip to content

Commit 9db11f4

Browse files
authored
Merge pull request #1 from adafruit/dherrada-patch-1
Added install deps from build.yml and release.yml
2 parents d862a30 + 30d599a commit 9db11f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ if [[ $# -eq 0 ]] ; then
1212
GRAY='\033[1;30m'; RED='\033[0;31m'; LRED='\033[1;31m'; GREEN='\033[0;32m'; LGREEN='\033[1;32m'; ORANGE='\033[0;33m'; YELLOW='\033[1;33m'; BLUE='\033[0;34m'; LBLUE='\033[1;34m'; PURPLE='\033[0;35m'; LPURPLE='\033[1;35m'; CYAN='\033[0;36m'; LCYAN='\033[1;36m'; LGRAY='\033[0;37m'; WHITE='\033[1;37m';
1313
fi
1414

15-
# Install libusb
15+
# Install dependencies
1616
sudo apt-get install libudev-dev libusb-1.0
17+
sudo apt-get install -y gettext
18+
pip install -r requirements.txt
19+
pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
20+
pip install --force-reinstall pylint==1.9.2

requirements.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)