Skip to content

Commit

Permalink
updated manual installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andim committed Jun 21, 2017
1 parent 807ed5d commit 51034ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/source/maninstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Dependencies

EasyLEED is written in `Python <http://www.python.org/>`_ and relies on the following libraries:

- Python 2.6 or 2.7 `<http://www.python.org/>`_
- Qt 4.6 `<http://qt.nokia.com/>`_
- PyQt 4.7 `<http://www.riverbankcomputing.co.uk/>`_ or PySide `<https://wiki.qt.io/Category:LanguageBindings::PySide>`_
- Python 2.7 or 3.5/3.6 `<http://www.python.org/>`_
- Qt4 or Qt5 `<http://qt.nokia.com/>`_, along with either the respective PyQt version `<http://www.riverbankcomputing.co.uk/>`_ or PySide `<https://wiki.qt.io/Category:LanguageBindings::PySide>`_
- Numpy >1.5 and Scipy >0.9 `<http://www.scipy.org/>`_
- Matplotlib >0.9 `<http://matplotlib.org/>`_

Expand All @@ -25,7 +24,7 @@ Dependent on the file format of your input LEED images, you should also install
Installing dependencies on Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The simplest way to get all the required python packages at once is to install the Python distribution `Python(x,y) <http://code.google.com/p/pythonxy/>`_.
The simplest way to get all the required python packages at once is to install the Python distribution `Anaconda <https://www.continuum.io/downloads/>`_.


Installing dependencies on Mac OSX
Expand All @@ -39,9 +38,9 @@ All required packages can be obtained through `MacPorts <http://www.macports.org
sudo port install py-numpy
sudo port install py-scipy
sudo port install py-matplotlib
sudo port install py-pil
sudo port install py-pillow

Run
---

After downloading the zip-file extract its content to a directory. If you have already installed the dependencies, you are ready to go and can open the graphical user interface by running ``easyleed.pyw``. In Unix systems (such as Mac OS X), you can run it from the terminal with the command: python2.7 easyleed.pyw
After downloading the zip-file extract its content to a directory. If you have already installed the dependencies, you are ready to go and can open the graphical user interface by running ``easyleed``.

0 comments on commit 51034ba

Please sign in to comment.