Skip to content

Commit 9583307

Browse files
committed
Fix readme
1 parent bdfca5b commit 9583307

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
@@ -532,11 +532,11 @@ dependencies, making any newly generated ``requirements.txt`` environment-depend
532532
As a general rule, it's advised that users should still always execute ``pip-compile``
533533
on each targeted Python environment to avoid issues.
534534

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

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

0 commit comments

Comments
 (0)