Differences between revisions 2 and 3
Revision 2 as of 2012-09-06 04:43:09
Size: 524
Editor: LanceEdgar
Comment: add setuptools
Revision 3 as of 2012-09-06 06:50:11
Size: 1188
Editor: LanceEdgar
Comment: add rattail packages
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<TableOfContents()>>
Line 11: Line 13:

== Rattail ==

Now is when you must decide which Rattail application(s) you actually want to use. The package(s) you install will vary accordingly.

The only "essential" package is `rattail`. Install it with:

{{{
$ easy_install rattail
}}}

Any additional packages you want will be installed in the same manner. For example to install `rattail.sw.locsms` you would do:

{{{
$ easy_install rattail.sw.locsms
}}}

Here is the full list of available packages, in alphabetical order:

 * `rattail`
 * `rattail.hw.cognitive`
 * `rattail.hw.zebra`
 * `rattail.pyramid`
 * `rattail.sw.livnat`
 * `rattail.sw.locsms`

Installation

Since "Rattail" is really an umbrella term for a rather diverse collection of software packages, the installation process may vary greatly depending on which utilities you actually need. This page therefore serves as more of a starting point, with pointers to specific instructions elsewhere.

Dependencies

Regardless of what you intend to do with Rattail, the following requirements should be installed first:

Rattail

Now is when you must decide which Rattail application(s) you actually want to use. The package(s) you install will vary accordingly.

The only "essential" package is rattail. Install it with:

$ easy_install rattail

Any additional packages you want will be installed in the same manner. For example to install rattail.sw.locsms you would do:

$ easy_install rattail.sw.locsms

Here is the full list of available packages, in alphabetical order:

  • rattail

  • rattail.hw.cognitive

  • rattail.hw.zebra

  • rattail.pyramid

  • rattail.sw.livnat

  • rattail.sw.locsms

Installation (last edited 2015-07-07 20:28:06 by LanceEdgar)