From b2e908ad160de43c2c1e017d21864e08707fab2c Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Sun, 1 Dec 2024 03:48:45 +0300 Subject: [PATCH] Add mkvs command description --- plugins/python/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/python/README.md b/plugins/python/README.md index 8014992de..f77468045 100644 --- a/plugins/python/README.md +++ b/plugins/python/README.md @@ -27,6 +27,8 @@ virtual environments: - `mkv [name]`: make a new virtual environment called `name` (default: if set `$PYTHON_VENV_NAME`, else `venv`) in the current directory. +- `mkvs [name]`: same as `mkvs`, but uses system site packages by adding `--system-site-packages` argument. + - `vrun [name]`: Activate the virtual environment called `name` (default: if set `$PYTHON_VENV_NAME`, else `venv`) in the current directory.