Differences between revisions 3 and 9 (spanning 6 versions)
Revision 3 as of 2012-03-12 09:46:19
Size: 1190
Editor: IanRees
Comment:
Revision 9 as of 2012-10-16 19:25:31
Size: 1371
Editor: IanRees
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
  * 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 included in EMAN2 binary packages (useful on Mac OS X)
  * You will want to install the Qt Library using Nokia's installer package.
  * On Windows, there is a simple to use binary installer for PyQt4.
  * Like other EMEN2 dependencies, PyQt4 is included in EMAN2 binary packages
Line 29: Line 29:
[[http://pypi.python.org/pypi/emdash|Download EMDash]]
Line 39: Line 41:
python -m emdash.upload --host http://ncmidb.bcm.edu python -m emdash.upload
Line 42: Line 44:
Use the --host option to specify the URI of your EMEN2 server. = EMDash with Microscopy GUI =

EMDash takes a "-t <mode>" parameter. One of these modes is "-t microscopy", which will provide a user-interface customized for microscopists.

{{{
python -m emdash.microscopy
}}}

EMDash Installation

EMDash can be installed using "easy_install" or you may download the source and use "setup.py"

Download EMDash sources

Dependencies

Install EMDash

EMDash can be installed using either Python easy_install:

sudo python -m easy_install -U emdash

Note the "-U" flag will upgrade EMDash to the current version if it is already found.

Alternatively, you may install EMDash by downloading the source, unpacking, and running the setup.py script:

Download EMDash

python ./setup.py build
sudo python ./setup.py install

Running EMDash

EMDash includes several programs. To start a basic upload session:

python -m emdash.upload

EMDash with Microscopy GUI

EMDash takes a "-t <mode>" parameter. One of these modes is "-t microscopy", which will provide a user-interface customized for microscopists.

python -m emdash.microscopy

EMEN2/emdash/Install (last edited 2012-10-16 19:25:31 by IanRees)