Update of "How to get and run EFM"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 6b86baef27817280f115ca146edd3be28745fb7e
Page Name:How to get and run EFM
Date: 2011-10-10 22:09:46
Original User: jen
Parent: 351d96b99b5f50447b29e2d6ae177c5805bd686e (diff)
Content

For OS X:

Download it from SourceForge.

Windows, Linux, and other platforms:

Currently, EFM is not nicely packaged up for Windows or Linux. It should run fine, but I haven't tested it. This situation will improve once I get my computer triple booting again.

To install EFM, first install Python 2.7, PyYAML, and wxPython. (If you only want to use it from the command line, then you don't need wxPython.)

Then, download the source from SourceForge, unzip it somewhere, and run efm_gui.py.

(For command line use, just run efm.py like so:

python efm.py my-story.efm my-story.rtf
)