From 52bf30a0f344ac72091ce0b3fe4e1297ee359568 Mon Sep 17 00:00:00 2001 From: Mark Elliot <123787712+mark-thm@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:07:52 -0400 Subject: [PATCH] Clarify files that need to exist (#84) Closes #83 --- 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`.