aboutsummaryrefslogtreecommitdiff
path: root/python/python3-installer/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2022-07-08 06:13:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:07 +0700
commit438988dc356676f7d574eb5b08b5716099481ef4 (patch)
tree4a3a23cbe37efc19c85d45a69d26ab69cc3c2ebd /python/python3-installer/README
parent4e056bd834ed2275dce26f92110151b137f77d15 (diff)
python/python3-installer: Added (Install Py packages from wheels)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-installer/README')
-rw-r--r--python/python3-installer/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-installer/README b/python/python3-installer/README
new file mode 100644
index 0000000000..46ae1e6e70
--- /dev/null
+++ b/python/python3-installer/README
@@ -0,0 +1,3 @@
+This is a low-level library for installing a Python package from a
+wheel distribution. It provides basic functionality and abstractions
+for handling wheels and installing packages from wheels.