diff --git a/README.md b/README.md index 146c8fa..6511905 100644 --- a/README.md +++ b/README.md @@ -263,23 +263,17 @@ Requirements: ```bash # Install uv if not already installed -pip install uv +# see https://docs.astral.sh/uv/getting-started/installation/ # Clone repository git clone https://github.com/WaYdotNET/zen-generator.git cd zen-generator -# Create and activate virtual environment with uv -uv venv -source .venv/bin/activate # On macOS/Linux -# or -.venv\Scripts\activate # On Windows - # Install dependencies with uv uv sync # Run tests -python -m pytest +uv run pytest ``` ## Best Practices 💡