We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 524202d + c349207 commit 53055a8Copy full SHA for 53055a8
1 file changed
README.md
@@ -263,23 +263,17 @@ Requirements:
263
264
```bash
265
# Install uv if not already installed
266
-pip install uv
+# see https://docs.astral.sh/uv/getting-started/installation/
267
268
# Clone repository
269
git clone https://github.com/WaYdotNET/zen-generator.git
270
cd zen-generator
271
272
-# Create and activate virtual environment with uv
273
-uv venv
274
-source .venv/bin/activate # On macOS/Linux
275
-# or
276
-.venv\Scripts\activate # On Windows
277
-
278
# Install dependencies with uv
279
uv sync
280
281
# Run tests
282
-python -m pytest
+uv run pytest
283
```
284
285
## Best Practices 💡
0 commit comments