3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00
z3/src/api/python
copilot-swe-agent[bot] 59f3801ae4 Clean up setup.py and add comprehensive test for dist-info fix
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
2025-06-25 20:40:37 +00:00
..
z3 Fix: typo in z3 python api (#7693) 2025-06-24 07:13:44 -07:00
.gitignore Minor tweaks to make things more reliable/less obnoxious 2016-09-14 01:49:37 -07:00
CMakeLists.txt cmake: Use FindPython3. (#7019) 2023-11-27 11:20:21 +01:00
demonstrate_fix.py Clean up setup.py and add comprehensive test for dist-info fix 2025-06-25 20:40:37 +00:00
MANIFEST.in MANIFEST.in will now include pyproject.toml (#5979) 2022-04-15 19:53:16 +02:00
pyproject.toml Clean up setup.py and add comprehensive test for dist-info fix 2025-06-25 20:40:37 +00:00
README.txt fix #2131 2019-02-10 10:07:24 -08:00
setup.py Clean up setup.py and add comprehensive test for dist-info fix 2025-06-25 20:40:37 +00:00
test_dist_info.py Add proper pyproject.toml metadata for dist-info creation 2025-06-25 20:35:37 +00:00
z3_version.py Add proper pyproject.toml metadata for dist-info creation 2025-06-25 20:35:37 +00:00
z3test.py fix python for 3.x 2016-09-22 22:24:43 -07:00

On Windows, to build Z3, you should executed the following command
in the Z3 root directory at the Visual Studio Command Prompt

       msbuild /p:configuration=external

If you are using a 64-bit Python interpreter, you should use

       msbuild /p:configuration=external /p:platform=x64


On Linux and macOS, you must install python bindings, before trying example.py.
To install python on Linux and macOS, you should execute the following
command in the Z3 root directory

        sudo make install-z3py