Install Python Pip

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Install Python Pip

Post by jussij »

To install and upgrade pip to the latest version use the Zeus Tools, Dos Command Line menu to open a command prompt and run these python commands.

a. Install pip

Code: Select all

python.exe -m ensurepip
b. Upgrade pip to the latest version

Code: Select all

python -m pip install --upgrade --force-reinstall --no-cache-dir pip
Post Reply