Skip to content

Commit 5050c4d

Browse files
author
Vladimir Kotal
committed
add setuptools
1 parent 43834e8 commit 5050c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/install-python-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
echo "Installing/upgrading pip.."
4-
python3 -m pip install --upgrade pip
4+
python3 -m pip install --upgrade pip setuptools
55

66
echo "Installing Python packages.."
77
python3 -m pip install pep8 virtualenv

0 commit comments

Comments
 (0)