Skip to content

Commit 263e805

Browse files
committed
update README and INSTALL
1 parent a593fc3 commit 263e805

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ can compile/use it :
3333
**Important**: the OCE version has to match the pythonocc-core version,
3434
which is currently **0.18.x**
3535

36-
- Optional : smesh-6.7.4 (https://github.com/tpaviot/smesh)
36+
- Optional : smesh-6.7.6 (https://github.com/tpaviot/smesh)
3737

3838
Create a local copy of the repository
3939
-------------------------------------

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pythonocc is a python library whose purpose is to provide 3D modeling
1616
features. It is intended to developers who aim at developing
1717
CAD/PDM/PLM applications.
1818

19-
Latest release : [pythonocc-core 0.18.1 (december 2017)](https://github.com/tpaviot/pythonocc-core/releases/tag/0.18.1)
19+
Latest release : [pythonocc-core 0.18.2 (december 2019)](https://github.com/tpaviot/pythonocc-core/releases/tag/0.18.2)
2020

2121
Download/install binaries
2222
-------------------------
@@ -25,7 +25,7 @@ pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/p
2525

2626
```bash
2727
# install pythonocc in the active environment with python 3.5
28-
conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 python=3.5
28+
conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.2 python=3.7
2929
```
3030

3131
Just replace "3.5" with "2.7" or "3.6" in the previous command to fit with your prefered python version.
@@ -81,7 +81,7 @@ For example; the current pythonocc-core release, 0.18, requires any of the [OCE
8181
0.18.x](https://github.com/tpaviot/oce/releases) releases. Here, the __Major__
8282
version name of either OCE or pythonocc-core release is __0__, the __Minor__
8383
version is __18__ and the __Patch__ version is (optionally) __x__. pythonocc-core can be built with any OCE version that has a corresponding __Major__ and __Minor__ version
84-
number. For example, pythonocc-core 0.18.1 can be built with OCE-0.18.1.
84+
number. For example, pythonocc-core 0.18.2 can be built with OCE-0.18.1.
8585

8686
License
8787
-------

0 commit comments

Comments
 (0)