Skip to content

Commit

Permalink
Fix documented invocation of the CLI (#60)
Browse files Browse the repository at this point in the history
`microvenv.py` turned into a package in #44.
  • Loading branch information
adamchainz authored Oct 31, 2023
1 parent 7cdcf90 commit 5e79665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 5e79665

Please sign in to comment.