File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ Z3 has bindings for various programming languages.
106
106
107
107
### `` .NET ``
108
108
109
+ You can install a nuget package for the latest release Z3 from [ nuget.org] [ https://www.nuget.org/packages/Microsoft.Z3.x64/ ] .
110
+
109
111
Use the `` --dotnet `` command line flag with `` mk_make.py `` to enable building these.
110
112
111
113
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.
156
158
157
159
### `` Python ``
158
160
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
+
159
167
Use the `` --python `` command line flag with `` mk_make.py `` to enable building these.
160
168
161
169
Note that is required on certain platforms that the Python package directory
You can’t perform that action at this time.
0 commit comments