We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e3499 commit 717a839Copy full SHA for 717a839
README.md
@@ -26,6 +26,14 @@ gcloud auth application-default login
26
27
### How to install this connector
28
29
+#### Install latest release from PyPI
30
+Upgrade to the latest version of `pip`, then run the following command, replacing `driver` with one of the driver names listed above.
31
+```
32
+pip install cloud-sql-python-connector[driver]
33
34
+For example, to use the Python connector with `pymysql`, run `pip install cloud-sql-python-connector[pymysql]`
35
+
36
+#### Install dev version
37
Clone this repo, `cd` into the `cloud-sql-python-connector` directory then run the following command to install the package:
38
```
39
pip install .
0 commit comments