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.
example/build_file_generation/README.md
1 parent 02ace45 commit 28bc03cCopy full SHA for 28bc03c
examples/build_file_generation/README.md
@@ -5,7 +5,9 @@ extension, so that targets like `py_library` and `py_binary` can be
5
automatically created just by running
6
7
```sh
8
-$ bazel run //:gazelle
+bazel run //:requirements.update
9
+bazel run //:gazelle_python_manifest.update
10
+bazel run //:gazelle
11
```
12
13
As a demo, try creating a `__main__.py` file in this directory, then
0 commit comments