Skip to content

Commit 678f496

Browse files
committed
Fix readme
1 parent cd84368 commit 678f496

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,11 @@ dependencies, making any newly generated ``requirements.txt`` environment-depend
551551
As a general rule, it's advised that users should still always execute ``pip-compile``
552552
on each targeted Python environment to avoid issues.
553553

554-
There is a feature (`--override-environment`) that can be used to
554+
There is a feature (``--override-environment``) that can be used to
555555
specify the environment when gathering dependencies, allowing for cross-environment
556556
fetching. However, a different ``requirements.txt`` must still be generated per
557-
environment. It is recommended to override all keys in `PEP 508` when targetting a
558-
different environment so the environment is fully defined.
557+
environment. It is recommended to override all keys in `PEP 508 environment markers`_
558+
when targetting a different environment so the environment is fully defined.
559559

560560
.. _PEP 508 environment markers: https://www.python.org/dev/peps/pep-0508/#environment-markers
561561

0 commit comments

Comments
 (0)