Skip to content

Commit 84dc625

Browse files
authored
Merge pull request #81 from mtezzele/readme
removed the repeated gui paragraph
2 parents 770d9dd + 91f5991 commit 84dc625

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,14 @@ See the **Examples** section below to have an idea of the potential of this pack
1616

1717

1818
## Graphic Unit Interface
19-
**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.
19+
**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.
2020

21-
![PyGeM gui](readme/gui_PyGeM.png)
21+
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.
2222

23-
Up to now, PyGeM GUI works on linux and Mac OS X computers.
23+
<p align="center">
24+
<img src="readme/gui_PyGeM.png" alt>
25+
<em>PyGeM GUI: how it appears when it pops up.</em>
26+
</p>
2427

2528

2629
## Dependencies and installation
@@ -65,19 +68,6 @@ To uninstall the package you have to rerun the installation and record the insta
6568
The generated html can be found in `docs/build/html`. Open up the `index.html` you find there to browse.
6669

6770

68-
## Gui
69-
**PyGeM** comes with a very basic Graphic Unit Interface.
70-
71-
Pick the geometry, the parameters file, set the name of the output and decide whether dump the FFD lattice or not.
72-
Now just click on the `Run PyGeM` button and that is it.
73-
74-
<p align="center">
75-
<img src="readme/gui_PyGeM.png" alt>
76-
</p>
77-
<p align="center">
78-
<em>PyGeM GUI: how it appears when it pops up.</em>
79-
</p>
80-
8171
## Testing
8272
We are using Travis CI for continuous intergration testing. You can check out the current status [here](https://travis-ci.org/mathLab/PyGeM).
8373

0 commit comments

Comments
 (0)