Skip to content

Commit 320ce47

Browse files
committed
vtk through pip
1 parent 745f806 commit 320ce47

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
conda create --yes -n test python="2.7";
5050
fi
5151
- source activate test
52-
- conda install --yes numpy scipy matplotlib vtk pip nose sip=4.18
52+
- pip install numpy scipy matplotlib vtk nose
5353
- conda install --yes -c https://conda.anaconda.org/dlr-sc pythonocc-core==0.17
5454
- pip install setuptools
5555
- pip install coveralls

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ See the [**Examples**](#examples) section below and the [**Tutorials**](tutorial
4949

5050

5151
## Dependencies and installation
52-
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `sphinx` (for the documentation) and `nose` (for local test). They can be easily installed via `pip`.
53-
Moreover **PyGeM** depends on `OCC` and `vtk`. These requirements cannot be satisfied through `pip`.
52+
**PyGeM** requires `numpy`, `scipy`, `matplotlib`, `vtk`, `sphinx` (for the documentation) and `nose` (for local test). They can be easily installed via `pip`.
53+
Moreover **PyGeM** depends on `OCC`. These requirements cannot be satisfied through `pip`.
5454
Please see the table below for instructions on how to satisfy the requirements.
5555

5656
| Package | Version | Comment |
5757
|---------|----------|----------------------------------------------------------------------------|
5858
| 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` |
59-
| vtk | >= 5.0 | Simplest solution is `conda install vtk` |
6059

6160

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

0 commit comments

Comments
 (0)