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
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,21 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
50
50
51
51
52
52
## Dependencies and installation
53
-
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `vtk`, `numpy-stl`, `sphinx` (for the documentation) and `nose` (for local test). They can be easily installed via `pip`. The code is compatible with Python 2.7 and Python 3.6.
54
-
Moreover **PyGeM** depends on `OCC`. These requirements cannot be satisfied through `pip`.
55
-
Please see the table below for instructions on how to satisfy the `OCC` requirements. You can also refer to `pythonocc.org` or `github.com/tpaviot/pythonocc-core` for further instructions.
56
-
57
-
| Package | Version | How to install (precompiled binaries via conda) |
0 commit comments