start on quincy support

This commit is contained in:
Sandy Walsh 2014-06-06 11:34:06 +00:00
parent 80c4928e20
commit 087b2409aa

View File

@ -30,7 +30,10 @@ cd ..
source ./$VENV_DIR/bin/activate source ./$VENV_DIR/bin/activate
# Some extra required libs ... # Some extra required libs ...
pip install gunicorn
pip install httpie
pip install librabbitmq pip install librabbitmq
# Needed by pyrax: # Needed by pyrax:
pip install pbr pip install pbr