diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..37600f59 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +init: + pip install -r reqs.txt + +test: + python test_requests.py + +site: + # Building Docs + +docs: site + cd docs; make dirhtml \ No newline at end of file