parent
e67bf8936c
commit
be9a131f0d
|
@ -54,7 +54,7 @@ Python API
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
The FoundationDB Python API is compatible with Python 2.7 - 3.4. You will need to have a Python version within this range on your system before the FoundationDB Python API can be installed.
|
The FoundationDB Python API is compatible with Python 2.7 - 3.6. You will need to have a Python version within this range on your system before the FoundationDB Python API can be installed.
|
||||||
|
|
||||||
On macOS, the FoundationDB Python API is installed as part of the FoundationDB installation (see :ref:`installing-client-binaries`). On Ubuntu or RHEL/CentOS, you will need to install the FoundationDB Python API manually.
|
On macOS, the FoundationDB Python API is installed as part of the FoundationDB installation (see :ref:`installing-client-binaries`). On Ubuntu or RHEL/CentOS, you will need to install the FoundationDB Python API manually.
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ C
|
||||||
|
|
||||||
FoundationDB's C bindings are installed with the FoundationDB client binaries. You can find more details in the :doc:`C API Documentation <api-c>`.
|
FoundationDB's C bindings are installed with the FoundationDB client binaries. You can find more details in the :doc:`C API Documentation <api-c>`.
|
||||||
|
|
||||||
Python 2.7 - 3.4
|
Python 2.7 - 3.5
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
On macOS and Windows, the FoundationDB Python API bindings are installed as part of your FoundationDB installation.
|
On macOS and Windows, the FoundationDB Python API bindings are installed as part of your FoundationDB installation.
|
||||||
|
|
Loading…
Reference in New Issue