Skip to content

Commit a9ec79a

Browse files
committed
update dependencies
1 parent 38885b4 commit a9ec79a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
4848

4949

5050
## Dependencies and installation
51-
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `vtk`, `sphinx` (for the documentation) and `nose` (for local test). They can be easily installed via `pip`.
51+
**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.
5252
Moreover **PyGeM** depends on `OCC`. These requirements cannot be satisfied through `pip`.
5353
Please see the table below for instructions on how to satisfy the requirements.
5454

55-
| Package | Version | Comment |
56-
|---------|----------|----------------------------------------------------------------------------|
57-
| OCC | == 0.17 | See pythonocc.org or github.com.tpaviot/pythonocc-core for instructions or `conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core==0.17` |
55+
| Package | Version | Comment |
56+
|---------|-------------|----------------------------------------------------------------------------|
57+
| 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` |
5858

5959

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

0 commit comments

Comments
 (0)