diff --git a/Makefile b/Makefile index d5d9fb2a..18181718 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ .PHONY: docs - +init: + pip install -e .[socks] test: # This runs all of the tests. To run an individual test, run py.test with # the -k flag, like "py.test -k test_path_is_not_double_encoded"