From 438988dc356676f7d574eb5b08b5716099481ef4 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Fri, 8 Jul 2022 06:13:52 +0100 Subject: python/python3-installer: Added (Install Py packages from wheels) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python3-installer/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-installer/README (limited to 'python/python3-installer/README') 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. -- cgit v1.2.3