From 06bd5654af7766d55b845ccee0323541ee3df9ac Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Mon, 16 Dec 2024 15:09:33 +0100 Subject: [PATCH] Improved documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6032f3d..a1aacf1 100644 --- a/README.md +++ b/README.md @@ -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