diff options
Diffstat (limited to 'docs/cli/installer.md')
-rw-r--r-- | docs/cli/installer.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cli/installer.md b/docs/cli/installer.md new file mode 100644 index 0000000..d0a54e2 --- /dev/null +++ b/docs/cli/installer.md @@ -0,0 +1,9 @@ +# `python -m installer` + +This interface allows you to install a specific wheel into a Python interpreter. + +```{argparse} +:module: installer.__main__ +:func: _get_main_parser +:prog: python -m installer +``` |