Skip to content

Commit 8d74337

Browse files
authored
docs: add brew as installation method (#27)
* docs: add brew as installation method * add sections
1 parent b7ccfd1 commit 8d74337

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,27 @@ Read infrastructure data from your cloud ☁️ and export it to a SQL database
55

66
## Installation
77

8-
Python 3.9 or higher is required.
8+
### Install via homebrew
99

10-
You can install Cloud2SQL using:
10+
This is the easiest way to install Cloud2SQL.
11+
Please note, that the installation process will take a couple of minutes.
12+
13+
```bash
14+
brew install someengineering/tap/cloud2sql
15+
```
16+
17+
### Install via Python pip
18+
19+
Alternatively you can install Cloud2SQL as Python package, where Python 3.9 or higher is required.
20+
21+
If you only need support for a specific database, instead of `cloud2sql[all]` you can choose between `cloud2sql[snowflake]`, `cloud2sql[parquet]`, `cloud2sql[postgresql]`, `cloud2sql[mysql]`.
1122

1223
```bash
1324
pip3 install --user "cloud2sql[all]"
1425
```
1526

1627
This will install the executable to the user install directory of your platform. Please make sure this installation directory is listed in `PATH`.
17-
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]`.
28+
1829

1930
## Usage
2031

0 commit comments

Comments
 (0)