Skip to content

Commit 1ff2a98

Browse files
committed
docs(installation): clarify installation methods
1 parent 3043c0f commit 1ff2a98

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,12 @@ This pure Python connector implements `Python Database API Specification 2.0 <ht
2626
Getting 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

0 commit comments

Comments
 (0)