Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential typo on code welcome page - pip3 not pip #42

Open
captaineos opened this issue Sep 18, 2023 · 2 comments
Open

Potential typo on code welcome page - pip3 not pip #42

captaineos opened this issue Sep 18, 2023 · 2 comments

Comments

@captaineos
Copy link

In macOS, the correct terminal command for

Install all requirements
is
pip3 install -r requirements.txt

Homepage omits the 3

@mexsana
Copy link

mexsana commented Sep 19, 2023

While I understand the concern of a typo. pip3 is simply an alias to differ from Python 2. You can always make it where pip is pip3 by running alias pip=pip3 in your terminal.

@OrfiDev
Copy link
Member

OrfiDev commented Sep 19, 2023

@captaineos You're right, I never considered that, using python or python3 and pip or pip3 (or python/python3 -m pip for that matter) all depend on the operating system you use and how exactly you install python on the system you are running. I'll add a clarification for what command to specifically use next time I update the readme.

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

No branches or pull requests

3 participants