Commit 9e848d36 authored by Matt Butcher's avatar Matt Butcher

fix(Makefile): run pip install on bootstrap

parent c511f550
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment