From d3f3c9005232aa14094dc64f60c31e823afe0cdc Mon Sep 17 00:00:00 2001 From: Chaitanya Yeole <77329060+ChaitanyaYeole02@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:51:56 -0800 Subject: [PATCH 1/2] Fix conda package link in README Updated conda package link to point to conda-forge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b13b141..aeedf5716 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Click [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpav Install with conda ------------------ -pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/pythonocc-core) (they depend on third part libraries made available from the conda-forge channel) for python 3.10, 3.11, 3.12, 3.13 and 3.14. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.12: +pythonocc provides precompiled [conda packages](https://anaconda.org/conda-forge/pythonocc-core) (they depend on third part libraries made available from the conda-forge channel) for python 3.10, 3.11, 3.12, 3.13 and 3.14. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.12: ```bash # first create an environment From 12405ae0e10cc0ee7f43a19bd15b15b78cdbc441 Mon Sep 17 00:00:00 2001 From: Chaitanya Yeole <77329060+ChaitanyaYeole02@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:53:31 -0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeedf5716..5b468f3ef 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Click [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpav Install with conda ------------------ -pythonocc provides precompiled [conda packages](https://anaconda.org/conda-forge/pythonocc-core) (they depend on third part libraries made available from the conda-forge channel) for python 3.10, 3.11, 3.12, 3.13 and 3.14. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.12: +pythonocc provides precompiled [conda packages](https://anaconda.org/conda-forge/pythonocc-core) (they depend on third-party libraries made available from the conda-forge channel) for Python 3.10, 3.11, 3.12, 3.13 and 3.14. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for Python 3.12: ```bash # first create an environment