Skip to content

Commit

Permalink
Document that --universal implies --no-strip-markers
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jul 16, 2024
1 parent 545bbf9 commit e0e1211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ pub struct PipCompileArgs {

/// Perform a universal resolution, attempting to generate a single `requirements.txt` output
/// file that is compatible with all operating systems, architectures, and Python
/// implementations.
/// implementations. Implies `--no-strip-markers`.
///
/// In universal mode, the current Python version (or user-provided `--python-version`) will be
/// treated as a lower bound. For example, `--universal --python-version 3.7` would produce a
Expand Down

0 comments on commit e0e1211

Please sign in to comment.