@@ -19,21 +19,12 @@ Requirements
1919pythonOCC needs the following libraries or programs to be installed before you
2020can compile/use it :
2121
22- - the python programming language (http://www.python.org ). Python 2.7 and 3.x
23- are officially supported,
22+ - the python programming language (http://www.python.org ). Python 3.x is required. Python 2
23+ is officially dropped since the release 7.4.0.
2424
25- - OpenCascade Community Edition 0.18.x (https://github.com/tpaviot/oce ),
25+ - OpenCascade 7.4.0 (https://dev.opencascade.org ),
2626
27- - FreeType 2.6.3 (https://www.freetype.org/ ),
28-
29- - SWIG 3.0.9 or higher (http://www.swig.org ),
30-
31- - CMake 2.8 or higher (http://www.cmake.org ).
32-
33- ** Important** : the OCE version has to match the pythonocc-core version,
34- which is currently ** 0.18.x**
35-
36- - Optional : smesh-6.7.6 (https://github.com/tpaviot/smesh )
27+ - SWIG 3.0.11 or higher (http://www.swig.org ),
3728
3829Create a local copy of the repository
3930-------------------------------------
@@ -50,7 +41,6 @@ pythonocc-core compilation
5041The configuration steps uses cmake:
5142
5243 cmake ..
53-
5444By default, cmake looks for oce include headers in /usr/local/include/oce and
5545libraries in /usr/local/include/lib. If these paths don't match your
5646installation, you have to set OCE_INCLUDE_PATH and OCE_LIB_PATH:
@@ -84,5 +74,6 @@ In order to check that everything is ok, run the pythonocc unittest suite:
8474 cd ../test
8575 python run_tests.py
8676
87- You can also run the examples avalaible in the pythonocc-core/examples
88- directory.
77+ demos
78+ -----
79+ Download/test demos available at https://github.com/tpaviot/pythonocc-demos
0 commit comments