Skip to content

Commit 53055a8

Browse files
authored
Merge pull request #1 from rsalmaso/develop-with-uv
docs: use uv for development with no active virtualenv
2 parents 524202d + c349207 commit 53055a8

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,23 +263,17 @@ Requirements:
263263

264264
```bash
265265
# Install uv if not already installed
266-
pip install uv
266+
# see https://docs.astral.sh/uv/getting-started/installation/
267267
268268
# Clone repository
269269
git clone https://github.com/WaYdotNET/zen-generator.git
270270
cd zen-generator
271271
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-
278272
# Install dependencies with uv
279273
uv sync
280274
281275
# Run tests
282-
python -m pytest
276+
uv run pytest
283277
```
284278

285279
## Best Practices 💡

0 commit comments

Comments
 (0)