Skip to content

Commit a82cee6

Browse files
add information about supported packages in README, fix #2642
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 4ce6b53 commit a82cee6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Z3 has bindings for various programming languages.
106106

107107
### ``.NET``
108108

109+
You can install a nuget package for the latest release Z3 from [nuget.org][https://www.nuget.org/packages/Microsoft.Z3.x64/].
110+
109111
Use the ``--dotnet`` command line flag with ``mk_make.py`` to enable building these.
110112

111113
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.
156158

157159
### ``Python``
158160

161+
You can install the Python wrapper for Z3 for the latest release from pypi using the command
162+
163+
```bash
164+
pip install z3-solver
165+
```
166+
159167
Use the ``--python`` command line flag with ``mk_make.py`` to enable building these.
160168

161169
Note that is required on certain platforms that the Python package directory

0 commit comments

Comments
 (0)