Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
This documentation is hosted here only for testing. Please use the main documentation instead.
CS50 Docs
CS50 Docs

APIs

  • Dining
  • Map

Command-Line Tools

  • check50
  • cli50
  • compare50
  • render50
  • style50
  • submit50

Docker Images

  • cs50/check
  • cs50/cli
  • cs50/codespace
  • cs50/server

Libraries

  • check50
  • compare50
  • cs50
    • C
    • Python
  • lib50

Style Guides

  • C
  • Python

Themes

  • Jekyll

Third-Party Software

  • Docker
  • GitHub
  • Heroku
  • pip
  • Python
  • Terminal
  • Zoom

Web Apps

  • CS50 Certificates
  • CS50 Forms
  • CS50 ID
  • CS50 Manual Pages
  • CS50 Render
  • CS50 Time Converter
  • CS50 Vault
  • CS50 Video Player
  • Visual Studio Code for CS50
Back to top
View this page

pip#

Most of CS50’s command-line tools are implemented in Python and can be installed on your own Mac or PC via pip, a command-line tool via which you can install Python packages from PyPI, “the default package index for the Python community.”

If you already have python installed, odds are you also have have pip. If not, you can install it for

  • Linux

    • Arch Linux

    • CentOS

    • Debian

    • Fedora

    • OpenSUSE

    • Ubuntu

  • macOS

  • Windows

and other platforms.

Next
Python
Previous
Heroku
Made with Sphinx and @pradyunsg's Furo