File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,12 @@ This pure Python connector implements `Python Database API Specification 2.0 <ht
2626Getting Started
2727---------------
2828
29+
30+ Install from Binary
31+ ~~~~~~~~~~~~~~~~~~~
32+
2933+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
30- | Source | Downloads | Installation Command |
34+ | Package Manager | Downloads | Installation Command |
3135+================================================================+====================+=====================================================+
3236| `PyPi <https://pypi.org/project/redshift-connector/ >`_ | |PyPi Downloads | | ``pip install redshift_connector `` |
3337+----------------------------------------------------------------+--------------------+-----------------------------------------------------+
@@ -38,7 +42,9 @@ Getting Started
3842.. |Conda Downloads | image :: https://img.shields.io/conda/dn/conda-forge/redshift_connector.svg
3943
4044
41- Additionally, you may install from source by cloning this repository.
45+ Install from Source
46+ ~~~~~~~~~~~~~~~~~~~
47+ You may install from source by cloning this repository.
4248
4349.. code-block :: sh
4450
You can’t perform that action at this time.
0 commit comments