From 4399cf842ff9974ba598d1301ea43f97b8d53158 Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Tue, 5 Nov 2024 13:14:35 +0000 Subject: [PATCH] Update README: add uv command (#569) * Update README: add uv command * Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c569bc8..7373079 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,18 @@ You will probably need to run the script repeatedly storing the tokens somewhere Note: the package was written and tested on Python 3. -- Install the python package +- Install the python package. +Using uv: + +```console +$ uv add glocaltokens ``` -pip install glocaltokens + +Using pip: + +```console +$ pip install glocaltokens ``` Use in your program as (see examples folder for detailed example):