docs: Add Python installation instructions for pip. (#8538)
authorMathias Preiner <mathias.preiner@gmail.com>
Sat, 2 Apr 2022 02:26:33 +0000 (19:26 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Apr 2022 02:26:33 +0000 (02:26 +0000)
docs/api/python/python.rst

index 9763b45aaf8de0ef537e63b5b1fc18a4c7e2aa32..2f89f3bbcbc91fd8ebae5cc81fd305062fc6a022 100644 (file)
@@ -26,3 +26,13 @@ If you are a new user, or already have an application that uses Z3's python API,
 If you would like a more feature-complete---yet verbose---python API, with the ability to do almost everything that the cpp API allows, use the :doc:`base Python API <base/python>`.
 
 You can compare examples using the two APIs by visiting the :doc:`examples page <../../examples/quickstart>`.
+
+
+Installation
+------------
+
+The base and pythonic Python API can be installed via `pip` as follows:
+
+.. code:: bash
+
+  pip install cvc5