diff --git a/Bashfile b/Bashfile index 1e4446e..d27398b 100644 --- a/Bashfile +++ b/Bashfile @@ -1,9 +1,12 @@ echo: cat Bashfile -black: +format: black . + install: system-deps python-deps + python-deps: - # pipenv install + # Example of comments + pipenv install system-deps: brew install pipenv