From 68de76c7a1285691840f212c9ba01046c5943c20 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Thu, 21 Aug 2025 22:27:18 +0000 Subject: [PATCH] README: Update for uv migration --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0dc3606..4cb4d6c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ without requiring server side changes. ## Requirements -- Python 3 and Poetry +- Python 3 and uv - ClickHouse ## Setup @@ -23,15 +23,15 @@ nix run github:dolphin-emu/analytics-ingest ### Without Nix -This project uses [Poetry](https://python-poetry.org/) for dependency +This project uses [uv](https://github.com/astral-sh/uv) for dependency management. ```bash -# Install dependencies (use --no-dev to skip optional dev dependencies). -poetry install +# Install dependencies. +uv sync # Run the server -poetry run analytics-ingest +uv run analytics-ingest ``` ## License