remove pip install mention from README.md

It is not needed any more since pip requirements were coded in bazel.
This commit is contained in:
Paolo Tranquilli
2022-05-19 12:47:20 +02:00
committed by GitHub
parent fff70da650
commit b66f1b27b0

View File

@@ -19,12 +19,6 @@ Notice you can run `bazel run :create-extractor-pack` if you already are in the
## Code generation
Make sure to install the [pip requirements](./codegen/requirements.txt) via
```bash
python3 -m pip install -r codegen/requirements.txt
```
Run
```bash