You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,14 @@ See the **Examples** section below to have an idea of the potential of this pack
16
16
17
17
18
18
## 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.
20
20
21
-

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.
22
22
23
-
Up to now, PyGeM GUI works on linux and Mac OS X computers.
23
+
<palign="center">
24
+
<imgsrc="readme/gui_PyGeM.png"alt>
25
+
<em>PyGeM GUI: how it appears when it pops up.</em>
26
+
</p>
24
27
25
28
26
29
## Dependencies and installation
@@ -65,19 +68,6 @@ To uninstall the package you have to rerun the installation and record the insta
65
68
The generated html can be found in `docs/build/html`. Open up the `index.html` you find there to browse.
66
69
67
70
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
-
<palign="center">
75
-
<imgsrc="readme/gui_PyGeM.png"alt>
76
-
</p>
77
-
<palign="center">
78
-
<em>PyGeM GUI: how it appears when it pops up.</em>
79
-
</p>
80
-
81
71
## Testing
82
72
We are using Travis CI for continuous intergration testing. You can check out the current status [here](https://travis-ci.org/mathLab/PyGeM).
0 commit comments