From c43460361a385a0a75a2be223f9bce56bb03acad Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 2 Oct 2024 11:45:30 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65f6aa6e2..d1b4681a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ [![GitHub branch checks state](https://github.com/CGAL/cgal-swig-bindings/actions/workflows/tests.yml/badge.svg)](https://github.com/CGAL/cgal-swig-bindings/actions) +![PyPI - Version](https://img.shields.io/pypi/v/cgal?style=flat-square&link=https%3A%2F%2Fpypi.org%2Fproject%2Fcgal%2F) -# cgal-bindings -CGAL bindings using SWIG + +# CGAL SWIG bindings +CGAL bindings using SWIG. The available bindings are for: + + - Java, + - Python, + - and Ruby + +but only Python bindings are really tested and suppored. + +Python packages are available on PyPI. + +```shell +pip install cgal +``` For details, refer to the [wiki](https://github.com/CGAL/cgal-swig-bindings/wiki).