3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-07 14:43:23 +00:00
z3/src/api/python
Gram 589f99eea9
Fix Flake8 violations in Python API (#5332)
* Fix flake8 violations in z3.py

* Fix flake8 violations in z3printer.py

* Fix flake8 violations in z3rcf.py and z3util.py

* do not allocate list on every call to set_default_rounding_mode
2021-06-16 10:49:47 -05:00
..
z3 Fix Flake8 violations in Python API (#5332) 2021-06-16 10:49:47 -05:00
.gitignore Minor tweaks to make things more reliable/less obnoxious 2016-09-14 01:49:37 -07:00
CMakeLists.txt rename additional build options #2709 2019-11-18 21:32:35 -08:00
MANIFEST.in Update setup.py to use cmake build system (#5128) 2021-03-28 14:17:33 -07:00
README.txt fix #2131 2019-02-10 10:07:24 -08:00
setup.py Update setup.py to use cmake build system (#5128) 2021-03-28 14:17:33 -07: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