Skip to content

Commit

Permalink
small fix in the contributor's guide (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schefflera-Arboricola authored Dec 20, 2024
1 parent 8742a84 commit 0fda04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ The developer installation of `vector` comes with several options -
These options can be used with `pip` with the editable (`-e`) mode of installation in the following way -

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

For example, if you want to install the `docs` dependencies along with the dependencies included above, use -

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

Furthermore, `vector` can also be installed using `conda`. This installation also requires using a virtual environment -
Expand Down

0 comments on commit 0fda04e

Please sign in to comment.