Skip to content

Commit

Permalink
Update 1252.feature.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmyatt committed Apr 22, 2024
1 parent ad175de commit 99b386e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions changelog.d/1252.feature.md
Expand Up @@ -5,7 +5,11 @@ can be used multiple times,
and can be used in parallel with dependencies specified
through the command line.

Each line is a separate package specifier with the same syntax as the command line.
Comments are supported with a `#` prefix.
This is a strict subset of the pip [requirements file format][pip-requirements] syntax.

Note that this is not a full pip-requirements file.
If you require full pip features, then use the `runpip` command instead;
although the installed packages won't be recognised as "injected".
If you require full pip functionality, then use the `runpip` command instead;
however, the installed packages won't be recognised as "injected".

[pip-requirements]: https://pip.pypa.io/en/stable/reference/requirements-file-format/

0 comments on commit 99b386e

Please sign in to comment.