Skip to content

Commit befc09a

Browse files
committed
fix: use brew to install black
1 parent 38b744e commit befc09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ echo "Installing pipenv"
2222
echo "Done"
2323

2424
echo "installing system level Black in python"
25-
pip3 install black
25+
brew install black
2626
echo "Done"

0 commit comments

Comments
 (0)