Skip to content

Commit

Permalink
Clarify files that need to exist (#84)
Browse files Browse the repository at this point in the history
Closes #83
  • Loading branch information
mark-thm authored Jul 20, 2024
1 parent ce1b25e commit 52bf30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pip_compile(
)
```

Ensure both requirements.in and requirements.txt exist (the latter must exist but may be empty).

Run the compilation step with `bazel run //:generate_requirements_txt`.

This will automatically register a diff test with name `[name]_diff_test`.
Expand Down

0 comments on commit 52bf30a

Please sign in to comment.