From a3e31cca284fe721616100c0796329f6f440c52e Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Sep 12 2022 20:34:49 +0000 Subject: Docs: Remove one more forgotten %pyproject_buildrequires -r example --- diff --git a/README.md b/README.md index 48e82f5..c1ba7be 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ or together with `-w`. Additionally to generated requirements you can supply multiple file names to `%pyproject_buildrequires` macro. Dependencies will be loaded from them: - %pyproject_buildrequires -r requirements/tests.in requirements/docs.in requirements/dev.in + %pyproject_buildrequires requirements/tests.in requirements/docs.in requirements/dev.in For packages not using build system you can use `-N` to entirely skip automatical generation of requirements and install requirements only from manually specified files.