Skip to content

Commit c469a8e

Browse files
authored
fix: pip installation instruction (#26)
1 parent 258a093 commit c469a8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Python 3.9 or higher is required.
1010
You can install Cloud2SQL using:
1111

1212
```bash
13-
pip install --user cloud2sql[all]
13+
pip3 install --user "cloud2sql[all]"
1414
```
1515

16+
This will install the executable to the user install directory of your platform. Please make sure this installation directory is listed in `PATH`.
1617
If you only require support for a specific database, instead of `cloud2sql[all]` you can choose between `cloud2sql[snowflake]`, `cloud2sql[parquet]`, `cloud2sql[postgresql]`, `cloud2sql[mysql]`.
1718

1819
## Usage

0 commit comments

Comments
 (0)