PyPI FAQ

Answers to your most common questions about PyPI.

Quick, simple, and helpful information at a glance.

What is pypi?
Pypi is a service that hosts and distributes software packages for the Python programming language.
How do I use pypi?
To use pypi, you can either browse its website to find packages, or use a command-line tool called "pip" to install the packages directly on your computer.
Is pypi free to use?
Yes, pypi is a completely free service for both developers who publish packages and users who download and use them.