Minor Cleanup

This commit is contained in:
2020-05-06 10:14:42 +02:00
parent 90bfa73dca
commit 2a43a06c54
3 changed files with 14 additions and 12 deletions

View File

@@ -25,9 +25,8 @@ _git_changed() {
[[ -n "$(git status -s)" ]]
}
echo "Installing dependencies..."
echo "Installing autopep8..."
pip install -q --upgrade pip
# Install dependencies
pip install -q autopep8
# Install custom project dependencies if applicable