Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored Sep 7, 2022
1 parent 84ff90c commit a776c20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,9 @@ git push
* We suggest using only pure Python with entry point `def config(data):` that will be called by `cape_utils.py` and 0 complications.
* As a bonus, you can reuse your extractors in other projects.

### Special note about 3rd part dependencies:
* They becoming a headache, specially those that using `pefile` as each pins version that they want.
* Our suggestion is clone/fork them, remove `pefile` dependency as you already have it installed. Volia no more pain.

### Docs
* [ReadTheDocs](https://capev2.readthedocs.io/en/latest/#)

0 comments on commit a776c20

Please sign in to comment.