Versions Compared

Key

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

...

Code Block
$ apt get python-setuptoolspip
$ pip easy_install cloudmonkey

or Or, if pip is not available (pip is recommended)

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

Building from source code withing source code

...