Differences between revisions 31 and 32
Revision 31 as of 2010-11-22 11:22:45
Size: 2390
Editor: root
Comment:
Revision 32 as of 2010-11-22 11:23:55
Size: 2395
Editor: root
Comment:
Deletions are marked like this. Additions are marked like this.
Line 70: Line 70:
  * You will want to install this as a binary, unless you are a masochist. On Windows, there is a simple to use binary installer. Like matplotlib, this is commonly available as a binary an EMAN2 package.   * You will want to install this as a binary, unless you are a masochist.
  *
On Windows, there is a simple to use binary installer. Like matplotlib, this is commonly available as a binary an EMAN2 package.

EMEN2 Dependencies

EMEN2 uses a "progressive enhancement" approach to dependencies -- functionality is increased with additional dependency libraries.

For basic client usage, no dependencies are required beyond the basic Python environment; the GUI clients require PyQt4.

On the server side, Berkeley DB and bsddb3 are required for basic functionality. If you want to run the web server, you will also need Twisted, Markdown, and Mako. Additional server features, such as thumbnails and plotting, are provided by EMAN2, matplotlib, and ImageMagick.

Python Environment

Core Database

Web Server

  • Mako Templates (latest)
  • Twisted 10.x+
  • Markdown
    • Simplified rich-text editing
    • "easy_install Markdown"

Web Server: Optional

GUI Client

EMEN2/Dependencies (last edited 2013-06-27 04:51:06 by IanRees)