Files
requests/Makefile
T
Kenneth Reitz fa47067802 hrm
2011-09-07 18:19:54 -04:00

11 lines
105 B
Makefile

init:
pip install -r reqs.txt
test:
python test_requests.py
site:
cd docs; make dirhtml
docs: site