Skip to content

Commit

Permalink
Quote the pip install specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 17, 2024
1 parent 028b8fa commit d131118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ source .venv/bin/activate
Install _earthaccess_ in editable mode with optional development dependencies:

```bash
pip install --editable .[dev,test,docs]
pip install --editable ".[dev,test,docs]"
```

??? note "For conda users"
Expand Down

0 comments on commit d131118

Please sign in to comment.