Skip to content

Commit

Permalink
indent getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
RossKen committed Sep 4, 2023
1 parent e529c6a commit 84093e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ conda install -c conda-forge splink
The following backends are supported:

=== ":simple-apachespark: Spark"
```sh
pip install 'splink[spark]'
```
```sh
pip install 'splink[spark]'
```

=== ":simple-amazonaws: Athena"
```sh
pip install 'splink[athena]'
```
```sh
pip install 'splink[athena]'
```

=== ":simple-postgresql: PostgreSql"
```sh
pip install 'splink[postgres]'
```
```sh
pip install 'splink[postgres]'
```

??? "DuckDB-less Installation"
### DuckDB-less Installation
Expand Down

0 comments on commit 84093e2

Please sign in to comment.