diff --git a/Makefile b/Makefile index 11b4a61515fa5b7155f23cddbde8b36693c1592c..8abd83267039d009d0edb4bae22a531cc7937c18 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,8 @@ tests: ./bin/test + +tools: + git clone https://github.com/kennethreitz/pip-pop.git + mv pip-pop/bin/* vendor/pip-pop/ + rm -fr pip-pop \ No newline at end of file