We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
echo "deb http://packages.devstructure.com release main" | sudo tee /etc/apt/sources.list.d/devstructure.list sudo wget -O /etc/apt/trusted.gpg.d/devstructure.gpg http://packages.devstructure.com/keyring.gpg sudo apt-get update sudo apt-get -y install python-cloudformation
Replace release with "lenny", "squeeze", "lucid", "maverick", or "natty" as your situation requires.
release
lenny
squeeze
lucid
maverick
natty
pip install cloudformation
Make sure pip is using Python >= 2.6, otherwise the installation will succeed but Blueprint I/O will not run.
pip