Skip to content

Commit 41756ef

Browse files
committed
Update installation details in READMEs to reflect the package split changes
1 parent d394b1a commit 41756ef

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

README.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,30 @@ MySQL Connector/Python enables Python programs to access MySQL databases, using
1212

1313
Installation
1414
------------
15-
1615
The recommended way to install Connector/Python is via `pip <https://pip.pypa.io/>`_.
1716

1817
Make sure you have a recent `pip <https://pip.pypa.io/>`_ version installed on your system. If your system already has ``pip`` installed, you might need to update it. Or you can use the `standalone pip installer <https://pip.pypa.io/en/latest/installing/#installing-with-get-pip-py>`_.
1918

19+
+++++++
20+
Classic
21+
+++++++
22+
2023
.. code-block:: bash
2124
2225
shell> pip install mysql-connector-python
2326
24-
Please refer to the `installation tutorial <https://dev.mysql.com/doc/dev/connector-python/8.0/installation.html>`_ for installation alternatives.
27+
28+
+++++++
29+
XDevAPI
30+
+++++++
31+
32+
.. code-block:: bash
33+
34+
shell> pip install mysqlx-connector-python
35+
36+
37+
Please refer to the `installation tutorial <https://dev.mysql.com/doc/dev/connector-python/8.0/installation.html>`_ for installation alternatives of the X DevAPI.
38+
2539

2640
Getting Started
2741
---------------

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ Copyright (c) 2009, 2024, Oracle and/or its affiliates.
22

33
This is a release of MySQL Connector/Python, Oracle's Python driver for MySQL.
44

5+
MySQL Connector/Python enables Python programs to access MySQL databases,
6+
using an API that is compliant with the Python Database API Specification
7+
v2.0 (PEP 249). It also contains an implementation of the XDevAPI.
8+
59
License information can be found in the LICENSE.txt file.
610

711
This distribution may include materials developed by third parties. For license
812
and attribution notices for these materials, please refer to the LICENSE.txt file.
913

10-
For more information on MySQL Connector/Python, visit
14+
For more information on MySQL Connector/Python XDevAPI, visit
1115
https://dev.mysql.com/doc/dev/connector-python/
1216

1317
For additional downloads and the source of MySQL Connector/Python, visit

0 commit comments

Comments
 (0)