Skip to content

Commit

Permalink
add scripts dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Jun 13, 2024
1 parent e3ea60d commit 1febb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- optimize rule matching #2080 @williballenthin
- add aarch64 as a valid architecture #2144 mehunhoff@google.com @williballenthin
- relax dependency version requirements for the capa library #2053 @williballenthin
- add scripts dependency group and update documentation #2145 @mr-tz

### Breaking Changes

Expand Down
3 changes: 2 additions & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ We use the following tools to ensure consistent code style and formatting:

To install these development dependencies, run:

`$ pip install -e /local/path/to/src[dev]`
- `$ pip install -e /local/path/to/src[dev]` or
- `$ pip install -e /local/path/to/src[dev,scripts]` to also install all script dependencies

We use [pre-commit](https://pre-commit.com/) so that its trivial to run the same linters & configuration locally as in CI.

Expand Down

0 comments on commit 1febb22

Please sign in to comment.