aboutsummaryrefslogtreecommitdiff
path: root/python/python3-setuptools-opt/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-06-17 07:37:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 07:37:33 +0700
commitc52ac3cba63d7afa82c19f6cf00e31ccd3e73fd4 (patch)
tree8f6714b64d402bfa967b6e205fb243e68da3d194 /python/python3-setuptools-opt/README
parentab8eafd0e8fdd01b94dbd4b8b32233412fc7c2c4 (diff)
downloadslackbuilds-c52ac3cba63d7afa82c19f6cf00e31ccd3e73fd4.tar.xz
python/python3-setuptools-opt: Added (setuptools from -current).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-opt/README')
-rw-r--r--python/python3-setuptools-opt/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-setuptools-opt/README b/python/python3-setuptools-opt/README
new file mode 100644
index 000000000000..7d957ab7fcfc
--- /dev/null
+++ b/python/python3-setuptools-opt/README
@@ -0,0 +1,11 @@
+python3-setuptools-opt (Install newer setuptools in /opt)
+
+Setuptools is a fully-featured, actively-maintained, and stable
+library designed to facilitate packaging Python projects.
+
+Installs to /opt/python3.9/site-packages.
+
+Add the following before the python3 build commands in your
+Slackbuild to use this version over the stock one in 15.0:
+
+export PYTHONPATH=/opt/python3.9/site-packages/