Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau authored Oct 2, 2024
1 parent a61b690 commit c434603
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit c434603

Please sign in to comment.