Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Dec 16, 2024
1 parent 8b5e500 commit 06bd565
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Set up (the latest version of) virtualenv(wrapper) in Debian-like systems.

* `python(2|3)` (will be installed)

when using `virtualenv_install_method: pip`

#### Variables

* `virtualenv_install_method`: [default: `native`]: The way to install `virtualenv` (e.g. `native` (from Ubuntu/Debian repo) or `pip`, `< 24.04` only)

* `virtualenv_python_version_major` [default: `3`]: Python version to install `virtualenv` for.
* `virtualenv_python_version` [default: `virtualenv_python_version`]: Deprecated

## Dependencies

Expand Down

0 comments on commit 06bd565

Please sign in to comment.