From 3d430735a47db21625feb1a6c3ed666914bfd972 Mon Sep 17 00:00:00 2001 From: OleehyO Date: Sun, 27 Apr 2025 10:40:10 +0000 Subject: [PATCH] [docs] Using uv to install deps --- docs/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 48b8689..8437edd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,8 @@ You can install TexTeller using pip: .. code-block:: bash - pip install texteller + pip install uv + uv pip install texteller Quick Start ----------