Skip to content

Commit 39d3023

Browse files
authored
Merge pull request #7 from sommersoft/remove_pylint_black_sphinx
Remove Pylint, Black, and Sphinx+theme pip Installs
2 parents d95b4ae + 2233da9 commit 39d3023

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)