You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,20 @@ The easiest way to get started with redshift_connector is via `pip <https://pip.
21
21
22
22
``pip install redshift_connector``
23
23
24
+
For `pandas <https://github.com/pandas-dev/pandas>`_ and `numpy <https://github.com/numpy/numpy>`_ support, install as shown below:
25
+
26
+
``pip install 'redshift_connector[full]'``
27
+
24
28
Note: redshift_connector requires Python >= 3.5
25
29
26
30
27
-
You can install from source by cloning this repository. Assuming that you have Python and ``virtualenv`` installed, set up your environment and install the required dependencies like this:
31
+
You can install from source by cloning this repository.
0 commit comments