Files
bake/Bashfile
T
2019-09-15 07:03:27 -04:00

10 lines
146 B
Plaintext

echo:
cat Bashfile
black:
black .
install: system-deps python-deps
python-deps:
# pipenv install
system-deps:
brew install pipenv