Back to Cosmos

Cosmos Guides

guides/installation_guides/python_pip/linux/README.md

latest545 B
Original Source

Python-pip Installation Guide for Linux

Make sure you have pip available. You can check this by running:

check by

pip --version

if its not installed, install by

sudo apt-get install python-pip

You may need to upgrade pip:

sudo -H pip install --upgrade pip

Cosmos Guides

Your personal library of every algorithm and data structure code that you will ever encounter


<p align="center"> A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> </p>