From f124980abc47bbc111c152c515320d300cf24f17 Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Sat, 23 Nov 2024 23:03:52 -0800 Subject: [PATCH] docs: change hatch to uv --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 386fbed..7044ebb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ NGLui is available on PyPI and can be installed with pip: pip install nglui ``` -If you want to clone the repository and develop on NGLui, note that it uses [Hatch](https://hatch.pypa.io/latest/) for development and packaging. +If you want to clone the repository and develop on NGLui, note that it uses [uv](https://astral.sh/blog/uv) for development and packaging. ## Quick Usage