Skip to content

Instantly share code, notes, and snippets.

@ilyash
Created August 19, 2014 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyash/f48e3ba6c0f0da44ba4a to your computer and use it in GitHub Desktop.
Save ilyash/f48e3ba6c0f0da44ba4a to your computer and use it in GitHub Desktop.
Install Cloudify from master
# In new virtualenv:
PACKAGES="cloudify-dsl-parser cloudify-rest-client cloudify-cli cloudify-openstack-provider"
for pkg in $PACKAGES;do
pip install --upgrade https://github.com/Cloudify-Cosmo/$pkg/archive/master.zip
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment