Skip to content

Commit

Permalink
docs: update dependency install instructions (Sinaptik-AI#186)
Browse files Browse the repository at this point in the history
Running `poetry install` does not install all dependencies required in tests.
Update instructions in CONTRIBUTING.md to include `--all-extras` flag.
Closes Sinaptik-AI#182
  • Loading branch information
jonbiemond authored May 28, 2023
1 parent be4c717 commit 06796f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We use `poetry` as our package manager. You can install poetry by following the
Please DO NOT use pip or conda to install the dependencies. Instead, use poetry:

```bash
poetry install
poetry install --all-extras
```

### 📌 Pre-commit
Expand Down

0 comments on commit 06796f1

Please sign in to comment.