@@ -13,20 +13,21 @@ pythonocc is a python library whose purpose is to provide 3D modeling
13
13
features. It is intended to developers who aim at developing
14
14
CAD/PDM/PLM applications.
15
15
16
- how do __ oce__ and __ pythonocc__ relate?
17
- ----------------------------------------
16
+ Latest release : [ pythonocc-core 0.16.4 (april 2016)] ( https://github.com/tpaviot/pythonocc-core/releases/tag/0.16.4 )
18
17
19
- The basis of pythonocc is python wrapper for the [ oce C++ library / CAD kernel]
20
- (https://github.com/tpaviot/oce ), aka pythonocc-core.
21
- pythonocc-core version number correspond to oce library releases its wrapping.
22
-
23
- For example; the current pythonocc-core release, 0.16.x, requires [ OCE
24
- 0.16.x] ( https://github.com/tpaviot/oce/releases ) release. Here, the __ Major__
25
- version name of either OCE or pythonocc-core release is __ 0__ , the __ Minor__
26
- version is __ 16__ and the __ Patch__ version is __ x__ . pythonocc-core can be
27
- built with any OCE version that has a corresponding __ Major__ and __ Minor__ version
28
- number. That is pythonocc-core 0.16.0 can be built with OCE 0.16.1 and visa
29
- versa.
18
+ How to quicky download/install binaries ?
19
+ -----------------------------------------
20
+
21
+ pythonocc provides precompiled [ conda packages] ( https://anaconda.org/DLR-SC/pythonocc-core ) .
22
+ This will get you up & running in minutes whether you run win32/win64/linux64/osx64:
23
+
24
+ ``` bash
25
+ conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core
26
+ ```
27
+
28
+ How to compile ?
29
+ ----------------
30
+ You can of course build pythonocc-core by your own. Read the [ INSTALL.md] ( https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md ) instructions.
30
31
31
32
Online resources
32
33
----------------
@@ -47,30 +48,21 @@ We use the following online resources:
47
48
* twitter
48
49
https://twitter.com/pythonocc
49
50
50
- How to create a local copy of the repository?
51
- ---------------------------------------------
52
-
53
- git clone git://github.com/tpaviot/pythonocc-core.git
54
-
55
- How to stay up to date with latest developements?
56
- -------------------------------------------------
57
-
58
- cd pythonocc-core
59
- git pull
60
-
61
- How to install ?
62
- ----------------
63
-
64
- pythonocc provides [ conda packages] ( https://anaconda.org/DLR-SC/pythonocc-core ) .
65
- this will get you up & running in minutes:
66
-
67
- conda install -c https://conda.anaconda.org/dlr-sc pythonocc-core
51
+ how do __ oce__ and __ pythonocc__ relate?
52
+ ----------------------------------------
68
53
69
- How to compile ?
70
- ----------------
54
+ The basis of pythonocc is python wrapper for the [ oce C++ library / CAD kernel]
55
+ (https://github.com/tpaviot/oce ), aka pythonocc-core.
56
+ pythonocc-core version number correspond to oce library releases its wrapping.
57
+
58
+ For example; the current pythonocc-core release, 0.16.x, requires [ OCE
59
+ 0.16.x] ( https://github.com/tpaviot/oce/releases ) release. Here, the __ Major__
60
+ version name of either OCE or pythonocc-core release is __ 0__ , the __ Minor__
61
+ version is __ 16__ and the __ Patch__ version is __ x__ . pythonocc-core can be
62
+ built with any OCE version that has a corresponding __ Major__ and __ Minor__ version
63
+ number. That is pythonocc-core 0.16.0 can be built with OCE 0.16.1 and visa
64
+ versa.
71
65
72
- Read INSTALL.md file for instructions on compiling for both Windows, Linux and
73
- OSX.
74
66
75
67
License
76
68
-------
0 commit comments