Skip to content

Conversation

@davepeake
Copy link

@davepeake davepeake commented Sep 3, 2025

Fixed typo (?) in README.md where it specifies pip where it should have specified python3

pip -m venv venv -> python3 -m venv venv

Fixed typo (?) where it has pip where it should have python3 (or python depending on install I guess). 

pip -m venv venv -> python3 -m venv venv
@miramiram
Copy link

Looks right, my pip binary outputs no such option: -m.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants