Differences between revisions 27 and 28
Revision 27 as of 2010-09-22 06:57:51
Size: 1617
Editor: root
Comment:
Revision 28 as of 2010-09-22 06:58:14
Size: 1615
Editor: root
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
  * (note: do not use Python 3.0+)   * Note: do not use Python 3.0+

EMEN2 Dependencies

EMEN2 is dependent on several other packages. With the exception of Python, which is generally up to date and well-packaged on most systems, I recommend downloading the latest version from the project's site and installing it, or using easy_install for the package if possible. (Linux/Mac package management systems often have out of date software.)

Optional

  • pyOpenSSL
    • Network encryption
    • "easy_install pyOpenSSL"
  • EMAN2 (recommended)
  • Matplotlib
    • Plotting support
    • Note: commonly installed with EMAN2
    • "easy_install matplotlib"

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