Skip to content

Windows uv venv activation #26

@NetZissou

Description

@NetZissou

The README installation section

uv venv --python 3.12 && source .venv/bin/activate

Two issues with this

  • the && was confusing for some users, so break it down to two commands
  • workshop participants with Windows OS were confused because this doesn't work on their machines

Update the Installation section in README.md to cover both shells. For example, using tabbed/OS-split instructions:

# macOS / Linux:
source .venv/bin/activate

# Windows Powershell
.venv\Scripts\Activate.ps1

# Windows Git Bash
source .venv/Scripts/activate

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions