Skip to content

Commit

Permalink
docs: fix installation section for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 2, 2022
1 parent 50864da commit 7af6ac1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,17 @@ conda install ibis-framework -c conda-forge

(It’s a common mistake to `pip install ibis`. If you try to use Ibis and get errors early on try uninstalling `ibis` and installing `ibis-framework`)

For specific backends, include the backend name in brackets:
For specific backends, include the backend name in brackets for PyPI:

```
pip install ibis-framework[duckdb]
conda install ibis-framework[postgres] -c conda-forge
```

Or use `ibis-$BACKEND` where `$BACKEND` the specific backend you want to use:

```
conda install ibis-postgres -c conda-forge
```

## Getting Started with Ibis

Expand Down

0 comments on commit 7af6ac1

Please sign in to comment.