From 57a36d64f1b101f8119196235d7b0dd953643cfb Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 4 Jul 2025 10:55:10 +0900 Subject: [PATCH] UV install information link --- ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 02a16f8..5f445c9 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -22,6 +22,10 @@ This is a pip package that can be installed into any project and covers the foll - script_handling: pid lock file handling, abort timer - string_handling: byte format, datetime format, hashing, string formats for numbrers, double byte string format, etc +## UV setup + +uv must be [installed](https://docs.astral.sh/uv/getting-started/installation/) + ## How to publish Have the following setup in `project.toml`