@@ -15,7 +15,7 @@ pythonocc is a python package whose purpose is to provide 3D modeling
1515features. It is intended to developers who aim at developing
1616CAD/PDM/PLM applications.
1717
18- Latest release : [ pythonocc-core 7.4.0beta (december 2019)] ( https://github.com/tpaviot/pythonocc-core/releases/tag/7.4.0beta )
18+ Latest release : [ pythonocc-core 7.4.0beta2 (december 2019)] ( https://github.com/tpaviot/pythonocc-core/releases/tag/7.4.0beta2 )
1919
2020
2121Build from source
@@ -32,38 +32,31 @@ pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/p
3232# first create an environment
3333conda create --name=whatever-name python=3.7
3434source activate whatever-name
35- conda install -c dlr-sc pythonocc-core=7.4.0beta
35+ conda install -c dlr-sc -c pythonocc pythonocc -core=7.4.0beta2
3636```
3737
38- Just replace "3.7" with the python version you target .
38+ Conda packages are provided for python 3.6 and 3.7 .
3939
4040Other pythonocc related resources
4141---------------------------------
4242
43- * Demos : python examples, as well as jupyter notebooks https://github.com/tpaviot/pythonocc-demos
43+ * Demos: python examples, as well as jupyter notebooks https://github.com/tpaviot/pythonocc-demos
4444
45- * Docker, binderhub : docker and online jupyter notebooks https://github.com/tpaviot/pythonocc-binderhub
45+ * Docker, binderhub: docker and online jupyter notebooks https://github.com/tpaviot/pythonocc-binderhub
46+
47+ * Documentation: https://github.com/tpaviot/pythonocc-documentation
4648
4749Online resources for development
4850--------------------------------
4951
5052We use the following online resources:
51- * Homepage: http://www.pythonocc.org
52-
53- * Anaconda cloud repository for official releases: https://anaconda.org/pythonocc
54-
55- * Anaconda cloud repository for nightly builds: https://anaconda.org/tpaviot/pythonocc-core
5653
57- * API documentation: https ://cdn.rawgit.com/tpaviot/ pythonocc-core/e05ec51b/doc/apidoc/0.18.1/
54+ * Homepage: http ://www. pythonocc.org
5855
5956* Mailing list: http://groups.google.com/group/pythonocc
6057
6158* Twitter : https://twitter.com/pythonocc
6259
63- * Appveyor Continuous Integration Service: https://ci.appveyor.com/project/tpaviot/pythonocc-core
64-
65- * Travis Continuous Integration Service: https://travis-ci.org/tpaviot/pythonocc-core
66-
6760* LGTM code quality review: https://lgtm.com/projects/g/tpaviot/honocc-core/
6861
6962* Codacy quality checker: https://app.codacy.com/app/tpaviot/pythonocc-core
0 commit comments