aboutsummaryrefslogtreecommitdiff
path: root/python/python3-dotenv/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2025-04-10 06:27:11 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-12 08:42:16 +0700
commit538f7f0c1c2910f1945a555fb0b950e02b50ee52 (patch)
tree449e1fbdde0b2b61a29892e0a706327a2d5a91dd /python/python3-dotenv/README
parent8fc7fc5781f28724620245b35ada38b436475459 (diff)
python/python3-dotenv: Updated for version 1.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dotenv/README')
-rw-r--r--python/python3-dotenv/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-dotenv/README b/python/python3-dotenv/README
index 7536ac3174..03e7ce051b 100644
--- a/python/python3-dotenv/README
+++ b/python/python3-dotenv/README
@@ -3,3 +3,5 @@ python3-dotenv (Read key-value pairs from .env file and set env. vars)
python3-dotenv reads key-value pairs from a .env file and can set them
as environment variables. It helps in the development of applications
following the 12-factor principles.
+
+NOTE: If you want cli to work, have "click" installed before buildling.