Skip to content

Commit

Permalink
Fix quotation around pip install (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored May 2, 2023
1 parent adf3884 commit 15e687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ It also has the following installation extras:
For example a common use case is:

```bash
pip install fugue[duckdb,spark]
pip install "fugue[duckdb,spark]"
```

Note if you already installed Spark or DuckDB independently, Fugue is able to automatically use them without installing the extras.
Expand Down

0 comments on commit 15e687d

Please sign in to comment.