Repository URL to install this package:
Version:
0.1.16-1 ▾
|
"""A library for installing Python wheels."""
__version__ = "0.7.0"
__all__ = ["install"]
from installer._core import install # noqa