Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv authored Dec 4, 2023
1 parent e7813b2 commit 03b314b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ For a generic installation with Postgres or Redshift binaries, use
`pip install --upgrade defog`

For a Snowflake installation, use
`pip install --upgrade defog[snowflake]`
`pip install --upgrade 'defog[snowflake]'`

For a MySQL installation, use
`pip install --upgrade defog[mysql]`
`pip install --upgrade 'defog[mysql]'`

For a BigQuery installation, use
`pip install --upgrade defog[bigquery]`
`pip install --upgrade 'defog[bigquery]'`

# Getting your API Key
You can get your API key by going to [https://defog.ai/account](https://defog.ai/account) and creating an account.
Expand Down

0 comments on commit 03b314b

Please sign in to comment.