mirror of
https://github.com/dolphin-emu/analytics-ingest.git
synced 2026-01-31 01:15:21 +01:00
README: Update for uv migration
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user