Installing Pip for Python

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Installing Pip for Python

Post by jussij »

To install pip use the Zeus Tools, DOS Shell menu to open a command line prompt and run the following commands.

1. To start the pip installation run this command:

Code: Select all

python.exe -m ensurepip
2. Upgrade pip to the latest version using this command:

Code: Select all

python -m pip install --upgrade --force-reinstall --no-cache-dir pip
3. Check the pip installation by running this command:

Code: Select all

pip --version
That command should result in the following output:

Code: Select all

pip 25.0.1 from ... 
Jussi
Post Reply