blob: d0a54e24fe245f49e52074011ee92510510e69cf (
plain)
1
2
3
4
5
6
7
8
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
```
|