From a5ef18af50ee2838e119881401ee997de989e1ed Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 6 Jan 2025 23:27:08 -0700 Subject: [PATCH] docs: Note 'uv pip compile' is tool used (#92) * 'uv pip compile' is the tool used to build the requirements.lock lock file. - Amends PR https://github.com/pyhf/pyhf-tutorial/pull/86. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea85346..a8b8122 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ make build ## Build lock file -To build a `pip-compile` lock file for local use `nox` +To build a `uv pip compile` lock file for local use `nox` ``` nox