Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor formatting changes
  • Loading branch information
mrblippy authored Apr 21, 2017
1 parent 5c60484 commit 1ab3736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The EBI is written in Python and compiled to a standalone version (i.e. will run
## Dependencies
The EBI requires both Python 2.7+ and the GUI framework wxPython. However, to use a standalone EBI package neither Python nor wxPython need be installed as they are both included in the standalone package. To run the EBI from source files (as required on Linux) both Python 2.7+ and wxPython must be installed.
To make modifications to and test EBI Python 2.7.x and wxPython must be installed on the developer’s workstation. To compile the EBI as a standalone package then, as well as Python 2.7.x and wxPython, one of the following is required on the workstation:
py2exe (for Windows), or
py2app (for Macintosh)
* py2exe (for Windows), or
* py2app (for Macintosh)

## Compiling/Packaging Standalone
EBI should be compiled as a standalone package for Windows and Macintosh to remove the need for end users to install Python. Compiling a Windows version must be done from a Windows computer and compiling a Macintosh version must be done from a Macintosh computer.
Expand Down

0 comments on commit 1ab3736

Please sign in to comment.