3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

add information about supported packages in README, fix #2642

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-10-17 10:00:41 -07:00
parent 4ce6b53d95
commit a82cee6984

View file

@ -106,6 +106,8 @@ Z3 has bindings for various programming languages.
### ``.NET`` ### ``.NET``
You can install a nuget package for the latest release Z3 from [nuget.org][https://www.nuget.org/packages/Microsoft.Z3.x64/].
Use the ``--dotnet`` command line flag with ``mk_make.py`` to enable building these. Use the ``--dotnet`` command line flag with ``mk_make.py`` to enable building these.
On non-windows platforms [mono](http://www.mono-project.com/) is required. On these On non-windows platforms [mono](http://www.mono-project.com/) is required. On these
@ -156,6 +158,12 @@ See [``examples/ml``](examples/ml) for examples.
### ``Python`` ### ``Python``
You can install the Python wrapper for Z3 for the latest release from pypi using the command
```bash
pip install z3-solver
```
Use the ``--python`` command line flag with ``mk_make.py`` to enable building these. Use the ``--python`` command line flag with ``mk_make.py`` to enable building these.
Note that is required on certain platforms that the Python package directory Note that is required on certain platforms that the Python package directory