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.