| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/wallescoding/tiny_python_projects/master/Makefile | [Back] [Original] |
install:
python3 -m pip install -r requirements.txt
clean:
for name in .pytest_cache __pycache__ .vsidea .idea .mypy_cache; do find . -name $$name -exec rm -rf {} \;; done
| Web Proxy Viewer | New URL | Original Page |