Created
August 19, 2014 08:46
-
-
Save ilyash/f48e3ba6c0f0da44ba4a to your computer and use it in GitHub Desktop.
Install Cloudify from master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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