From 91f59910d6ff9c2c30eadaa2af9bbde755204872 Mon Sep 17 00:00:00 2001 From: Marco Tezzele Date: Thu, 21 Jul 2016 14:37:34 +0200 Subject: [PATCH] removed the repeated gui paragraph --- README.md | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 595f8a5..6a53ccf 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,14 @@ See the **Examples** section below to have an idea of the potential of this pack ## Graphic Unit Interface -**PyGeM** is now provided with a very basic Graphic Unit Interface (GUI) that, in Ubuntu environment, looks like the one depicted below. This feature can be easily used even by the pythonists beginners with not much effort. +**PyGeM** is now provided with a very basic Graphic Unit Interface (GUI) that, in Ubuntu environment, looks like the one depicted below. This feature can be easily used even by the pythonists beginners with not much effort. Up to now, PyGeM GUI works on linux and Mac OS X computers. -![PyGeM gui](readme/gui_PyGeM.png) +Pick the geometry, the parameters file, set the name of the output and decide whether dump the FFD lattice or not. Now just click on the `Run PyGeM` button and that is it. -Up to now, PyGeM GUI works on linux and Mac OS X computers. +

+ +PyGeM GUI: how it appears when it pops up. +

## Dependencies and installation @@ -65,19 +68,6 @@ To uninstall the package you have to rerun the installation and record the insta The generated html can be found in `docs/build/html`. Open up the `index.html` you find there to browse. -## Gui -**PyGeM** comes with a very basic Graphic Unit Interface. - -Pick the geometry, the parameters file, set the name of the output and decide whether dump the FFD lattice or not. -Now just click on the `Run PyGeM` button and that is it. - -

- -

-

-PyGeM GUI: how it appears when it pops up. -

- ## Testing We are using Travis CI for continuous intergration testing. You can check out the current status [here](https://travis-ci.org/mathLab/PyGeM).