Skip to content

Commit d50bbcc

Browse files
committed
occ installation for different python versions
1 parent 413edca commit d50bbcc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
4949
## Dependencies and installation
5050
**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.
5151
Moreover **PyGeM** depends on `OCC`. These requirements cannot be satisfied through `pip`.
52-
Please see the table below for instructions on how to satisfy the requirements.
52+
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.
5353

54-
| Package | Version | Comment |
55-
|---------|-------------|----------------------------------------------------------------------------|
56-
| OCC | ==0.17.3 | See pythonocc.org or github.com/tpaviot/pythonocc-core for instructions or `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.17.3 python=2` |
54+
| Package | Version | How to install (precompiled binaries via conda) |
55+
|---------|-------------|----------------------------------------------------------------------------------------------------------|
56+
| OCC | ==0.17.3 | Python2.7 `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.17 python=2.7` |
57+
| OCC | ==0.17.3 | Python3.6 `conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.17 python=3.6` |
5758

5859

5960
The official distribution is on GitHub, and you can clone the repository using

0 commit comments

Comments
 (0)