Skip to content

Commit

Permalink
DOC: addendum to installation instruction (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaijingGuo authored Apr 10, 2024
1 parent 3480f43 commit 09a834a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ This is a guide for how to install PyRIT into a `conda` environment.
The suffix `[dev]` installs development-specific requirements such as `pytest` and `pre-commit`.
On some shells quotes are required as follows:
```bash
pip install -e '.[dev]'
```
See [this post](https://stackoverflow.com/questions/77134272/pip-install-dev-with-pyproject-toml-not-working) for more details.
1. Authenticate with Azure.
```bash
Expand Down

0 comments on commit 09a834a

Please sign in to comment.