You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ See [``examples/ml``](examples/ml) for examples.
163
163
164
164
### ``Python``
165
165
166
-
You can install the Python wrapper for Z3 for the latest release from pypi using the command
166
+
You can install the Python wrapper for Z3 for the latest release from pypi using the command:
167
167
168
168
```bash
169
169
pip install z3-solver
@@ -206,7 +206,7 @@ See [``examples/python``](examples/python) for examples.
206
206
207
207
### ``Julia``
208
208
209
-
The Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) wraps the C++ API of Z3. Information about updating and building the Julia bindings can be found in [src/api/julia](src/api/julia).
209
+
The Julia package [Z3.jl](https://github.com/ahumenberger/Z3.jl) wraps the C API of Z3. A previous version of it wrapped the C++ API: Information about updating and building the Julia bindings can be found in [src/api/julia](src/api/julia).
0 commit comments