From bd3cbeafc0ac924e2b8f52a312fa4f3f6edbe32f Mon Sep 17 00:00:00 2001 From: Mark Elliot <123787712+mark-thm@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:06:38 -0400 Subject: [PATCH] Clarify files that need to exist --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index be47fda..d7dcb80 100644 --- a/readme.md +++ b/readme.md @@ -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`.