Skip to content

Docs: Incorrect Windows virtual environment activation command #52

@Kartikharitwal

Description

@Kartikharitwal

The README currently lists the following command for activating the virtual environment on Windows:

.venv/bin/activate

This path is for Linux/macOS. On Windows, the correct command is:

.venv\Scripts\activate

Suggested fix:
Update the Windows activation instructions in the README to use the correct path.

Happy to open a PR for this change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions