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
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
49
49
50
50
51
51
## Dependencies and installation
52
-
**PyGeM** requires `numpy`, `scipy`and `matplotlib`. They can be easily installed via `pip`.
52
+
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the documentation) and `nose` (for local test). They can be easily installed via `pip`.
53
53
Moreover **PyGeM** depends on `OCC` and `vtk`. These requirements cannot be satisfied through `pip`.
54
54
Please see the table below for instructions on how to satisfy the requirements.
55
55
@@ -122,7 +122,7 @@ The generated html can be found in `docs/build/html`. Open up the `index.html` y
122
122
## Testing
123
123
We are using Travis CI for continuous intergration testing. You can check out the current status [here](https://travis-ci.org/mathLab/PyGeM).
124
124
125
-
To run tests locally:
125
+
To run tests locally (the package `nose` is required):
126
126
127
127
```bash
128
128
> python test.py
@@ -153,20 +153,6 @@ Here we show three applications, taken from the **naval**, **nautical** and **au
153
153
<em>DrivAer model: morphing of the bumper starting from an OpenFOAM mesh file.</em>
154
154
</p>
155
155
156
-
157
-
## Graphical User Interface
158
-
**PyGeM** is now provided with a very basic Graphical User 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.
159
-
160
-
Pick the geometry, the parameters file, set the name of the output and decide whether dump the FFD lattices or not. Now just click on the `Run PyGeM` button and that is it. For a demonstration, see the [video tutorial on YouTube](https://youtu.be/iAjGEhXs_ys).
161
-
162
-
<palign="center">
163
-
<imgsrc="readme/gui_PyGeM.png"alt>
164
-
</p>
165
-
<palign="center">
166
-
<em>PyGeM GUI: how it appears when it pops up.</em>
167
-
</p>
168
-
169
-
170
156
## How to cite
171
157
If you use this package in your publications please cite the package as follows:
0 commit comments