mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
add scripts dependency group
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user