In case pip is not installed with Python

It can happen sometimes that pip is not recognized by the pc, even if it comes with Python installation. If this happens you can do this in the cmd:

python -m ensurepip

Then close the window of the cmd and open it again. If it does not work with just pip… try

python -m pip install ….


Subscribe to the newsletter for updates
Tkinter templates

Avatar My youtube channel

Twitter: @pythonprogrammi - python_pygame

Claude's Games

Arkanoid
Platform 2d

1. Memory game

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts

Advertisement