fix(Makefile): run pip install on bootstrap

pull/369/head
Matt Butcher 9 years ago
parent c511f550aa
commit 9e848d3603

@ -93,4 +93,4 @@ ifndef HAS_GOX
go get -u github.com/mitchellh/gox
endif
glide install
@echo Please run pip install -r expansion/requirements.txt. You might need sudo.
pip install --user -r expansion/requirements.txt

Loading…
Cancel
Save