From 21a42a316d8ba6b9b4fe250c684cd72a4b4160c2 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 31 Oct 2023 10:17:12 +0000 Subject: [PATCH] Fix documented invocation `microvenv.py` turned into a package in #44. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183bc08..ab8ede2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ There is also utility code around virtual environments. See the [docs](https://m **NOTE**: The CLI is not available on Windows. ```console -python microvenv.py [--without-scm-ignore-files] [env_dir=".venv"] +python -m microvenv [--without-scm-ignore-files] [env_dir=".venv"] ``` If an argument is provided to the script, it is used as the path to create the virtual environment in. Otherwise, the virtual environment is created in `.venv`.