Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ubuntu/Debian

Code Block
$ apt-get getinstall python-pip
$ pip install cloudmonkey

Or, if pip is not available

Code Block
$ apt-get getinstall python-setuptools
$ easy_install cloudmonkey

...