Skip to content

Commit 2233da9

Browse files
committed
install.sh: remove pylint, black, and Sphinx+theme pip installs
1 parent d95b4ae commit 2233da9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ sudo apt-get update
1717
sudo apt-get install libudev-dev libusb-1.0
1818
sudo apt-get install -y gettext
1919
pip install -r requirements.txt
20-
pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
21-
pip install --force-reinstall pylint==1.9.2 black==19.10b0
20+
pip install circuitpython-build-tools

0 commit comments

Comments
 (0)