Skip to content

Commit 686782e

Browse files
authored
Update README.rst
1 parent 9bee403 commit 686782e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ redshift_connector
1010
.. |Python Version| image:: https://img.shields.io/badge/python->=3.6-brightgreen.svg
1111
:target: https://pypi.org/project/redshift_connector/
1212

13+
⚠️ Python Driver v2.1.4 has been recalled. Python Driver v2.1.3 is recommended for use instead.
14+
1315
``redshift_connector`` is the Amazon Redshift connector for
1416
Python. Easy integration with `pandas <https://github.com/pandas-dev/pandas>`_ and `numpy <https://github.com/numpy/numpy>`_, as well as support for numerous Amazon Redshift specific features help you get the most out of your data
1517

@@ -29,13 +31,13 @@ Getting Started
2931
Install from Binary
3032
~~~~~~~~~~~~~~~~~~~
3133

32-
+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
33-
| Package Manager | Downloads | Installation Command |
34-
+================================================================+====================+=====================================================+
35-
| `PyPi <https://pypi.org/project/redshift-connector/>`_ | |PyPi Downloads| | ``pip install redshift_connector`` |
36-
+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
37-
| `Conda <https://anaconda.org/conda-forge/redshift_connector>`_ | |Conda Downloads| | ``conda install -c conda-forge redshift_connector`` |
38-
+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
34+
+----------------------------------------------------------------+--------------------+--------------------------------------------------------------+
35+
| Package Manager | Downloads | Installation Command |
36+
+================================================================+====================+==============================================================+
37+
| `PyPi <https://pypi.org/project/redshift-connector/>`_ | |PyPi Downloads| | ``pip install 'redshift_connector==2.1.3'`` |
38+
+----------------------------------------------------------------+--------------------+--------------------------------------------------------------+
39+
| `Conda <https://anaconda.org/conda-forge/redshift_connector>`_ | |Conda Downloads| | ``conda install -c conda-forge 'redshift_connector==2.1.3'`` |
40+
+----------------------------------------------------------------+--------------------+--------------------------------------------------------------+
3941

4042
.. |PyPi Downloads| image:: https://pepy.tech/badge/redshift_connector
4143
.. |Conda Downloads| image:: https://img.shields.io/conda/dn/conda-forge/redshift_connector.svg

0 commit comments

Comments
 (0)