mirror of
https://github.com/Z3Prover/z3
synced 2026-02-26 02:01:21 +00:00
improved z3py installation
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
12882f865f
commit
44a98920d1
14 changed files with 33 additions and 96 deletions
|
|
@ -1,5 +1,20 @@
|
|||
To run the test script execute:
|
||||
python example.py
|
||||
|
||||
Learn more about Z3Py at:
|
||||
You can learn more about Z3Py at:
|
||||
http://rise4fun.com/Z3Py/tutorial/guide
|
||||
|
||||
On Windows, you must build Z3 before using Z3Py.
|
||||
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 OSX, you must install Z3Py, before trying example.py.
|
||||
To install Z3Py on Linux and OSX, you should execute the following
|
||||
command in the Z3 root directory
|
||||
|
||||
sudo make install-z3py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue