File: installer.md

package info (click to toggle)
python-installer 0.7.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 400 kB
  • sloc: python: 2,845; makefile: 11; sh: 8
file content (9 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
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
```