We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe07f3 commit 82a0698Copy full SHA for 82a0698
README.md
@@ -24,6 +24,11 @@ The `codemodder` package is available [on PyPI](https://pypi.org/project/codemod
24
$ pip install codemodder
25
```
26
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
+
32
To install the package from source, use `pip`:
33
34
0 commit comments