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

and other platforms.