You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,18 +28,18 @@ pythonocc provides the following features:
28
28
Try online at mybinder
29
29
----------------------
30
30
31
-
Click [](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.6.2) to open a jupyter notebook running latest pythonocc-core 7.6.2, gmesh (<http://gmsh.info/>) and latest IfcOpenshell (<https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0>) dev branch.
31
+
Click [](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.7.0) to open a jupyter notebook running latest pythonocc-core 7.7.0, gmesh (<http://gmsh.info/>) and latest IfcOpenshell (<https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0>) dev branch.
32
32
33
33
Download/install binaries for Linux/OSX/Windows
34
34
-----------------------------------------------
35
35
36
-
pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/pythonocc-core) (they depend on third part libraries made available from the dlr-sc and conda-forge conda channels) for python 3.8, 3.9 and 3.10. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.7:
36
+
pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/pythonocc-core) (they depend on third part libraries made available from the dlr-sc and conda-forge conda channels) for python 3.8, 3.9 and 3.10. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.9:
37
37
38
38
```bash
39
39
# first create an environment
40
40
conda create --name=pyoccenv python=3.9
41
41
source activate pyoccenv
42
-
conda install -c conda-forge pythonocc-core=7.6.2
42
+
conda install -c conda-forge pythonocc-core=7.7.0
43
43
```
44
44
45
45
Other channels provide pythonocc-core packages, check https://anaconda.org/search?q=pythonocc-core.
@@ -70,7 +70,7 @@ We use the following online resources:
70
70
pythonocc, oce and opencascade dependencies
71
71
-------------------------------------------
72
72
73
-
pythonocc-core 7.6.2 depends on the official OpenCascade-7.6.2 library (<https://dev.opencascade.org>)
73
+
pythonocc-core 7.7.0 depends on the official OpenCascade-7.7.0 library (<https://dev.opencascade.org>)
74
74
75
75
Former releases rely on oce (OpenCascade Community Edition), available at
76
76
[oce C++ library / CAD kernel](https://github.com/tpaviot/oce).
0 commit comments