Navigation Menu

Skip to content

Commit

Permalink
docs: remove duplicate spark backend in install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Mar 1, 2023
1 parent 466cf35 commit 5954618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/install.md
Expand Up @@ -29,12 +29,14 @@ hide:
## Install backend dependencies

{% for backend in sorted(ibis.backends.base._get_backend_names()) %}
{% if backend != "spark" %}
=== "{{ backend }}"

```sh
pip install 'ibis-framework[{{ backend }}]'
```

{% endif %}
{% endfor %}

---
Expand Down

0 comments on commit 5954618

Please sign in to comment.