Installation

Prerequisites

  • Python 2.7+ (currently not compatible with Python 3)
  • pyev (install via pip install pyev or easy_install pyev)

Installation using pip

pip install ramona

Installation using easy_install

easy_install ramona

Manual installation

  1. Download ramona*.zip or ramona*.tar.gz from PyPi.
  2. Unpack downloaded archive into empty directory
  3. Open command-line interface (shell, cmd.exe) and go to the unpacked directory
  4. Execute following command: python setup.py install

Inclusion of Ramona code into your project

Alternatively you can include Ramona source code folder directly into your project, effectively removing an external dependency.

  1. Download ramona*.zip or ramona*.tar.gz from PyPi.
  2. Unpack downloaded archive into empty directory
  3. Copy ramona subdirectory into your project directory root.

Target directory structure for project called foo looks as follow:

foo/
  bin/
  share/
  src/
  docs/
  ramona/
  foo.py
  foo.conf

Table Of Contents

Previous topic

Introduction

Next topic

Features

This Page