We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
echo "deb http://packages.devstructure.com/distro release main" \ | sudo tee /etc/apt/sources.list.d/devstructure.list wget -O - http://packages.devstructure.com/keyring.gpg | sudo apt-key add - sudo apt-get update sudo apt-get -y install blueprint
Replace distro with "debian" or "ubuntu" and release with "lenny", "squeeze", "lucid", "maverick", or "natty" as your situation requires.
distro
debian
ubuntu
release
lenny
squeeze
lucid
maverick
natty
pip install blueprint
Make sure pip is using Python >= 2.6, otherwise the installation will succeed but Blueprint I/O will not run.
pip