Skip to content

Commit 82a0698

Browse files
committed
update readme
1 parent 4fe07f3 commit 82a0698

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ The `codemodder` package is available [on PyPI](https://pypi.org/project/codemod
2424
$ pip install codemodder
2525
```
2626

27+
> **WARNING:** You should also install the semgrep optional dependency for now as it isn't deprecated yet:
28+
```
29+
$ pip install codemodder[semgrep]
30+
```
31+
2732
To install the package from source, use `pip`:
2833

2934
```

0 commit comments

Comments
 (0)