Skip to content

Commit 7b96077

Browse files
committed
docs: add conda installation instructions, shields
1 parent b46e52a commit 7b96077

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.rst

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
redshift_connector
33
=======================================================
44

5-
redshift_connector is the Amazon Redshift connector for
5+
|Python Version| |PyPi|
6+
7+
.. |PyPi| image:: https://img.shields.io/pypi/v/redshift_connector.svg?maxAge=432000&style=flat-square
8+
:target: https://pypi.org/project/redshift_connector/
9+
10+
.. |Python Version| image:: https://img.shields.io/badge/python->=3.5-brightgreen.svg
11+
:target: https://pypi.org/project/redshift_connector/
12+
13+
``redshift_connector`` is the Amazon Redshift connector for
614
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
715

816
Supported Amazon Redshift features include:
@@ -17,18 +25,20 @@ This pure Python connector implements `Python Database API Specification 2.0 <ht
1725

1826
Getting Started
1927
---------------
20-
The easiest way to get started with redshift_connector is via `pip <https://pip.pypa.io/en/stable/>`_
21-
22-
``pip install redshift_connector``
23-
24-
For `pandas <https://github.com/pandas-dev/pandas>`_ and `numpy <https://github.com/numpy/numpy>`_ support, install as shown below:
2528

26-
``pip install 'redshift_connector[full]'``
29+
+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
30+
| Source | Downloads | Installation Command |
31+
+================================================================+====================+=====================================================+
32+
| `PyPi <https://pypi.org/project/redshift-connector/>`_ | |PyPi Downloads| | ``pip install redshift_connector`` |
33+
+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
34+
| `Conda <https://anaconda.org/conda-forge/redshift_connector>`_ | |Conda Downloads| | ``conda install -c conda-forge redshift_connector`` |
35+
+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
2736

28-
Note: redshift_connector requires Python >= 3.5
37+
.. |PyPi Downloads| image:: https://pepy.tech/badge/redshift_connector
38+
.. |Conda Downloads| image:: https://img.shields.io/conda/dn/conda-forge/redshift_connector.svg
2939

3040

31-
You can install from source by cloning this repository.
41+
Additionally, you may install from source by cloning this repository.
3242

3343
.. code-block:: sh
3444

0 commit comments

Comments
 (0)