OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4730
/
usr
/
share
/
doc
/
python3-pip
/
html
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📁
cli
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
conf.py.gz
1.79 KB
02/03/2024 09:48:10 AM
rw-r--r--
📄
copyright.rst
215 bytes
02/03/2024 09:48:10 AM
rw-r--r--
📁
development
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
getting-started.md
2.59 KB
02/03/2024 09:48:10 AM
rw-r--r--
📄
index.md
1.36 KB
02/03/2024 09:48:10 AM
rw-r--r--
📄
installation.md
3.66 KB
02/03/2024 09:48:10 AM
rw-r--r--
📄
installing.rst
219 bytes
02/03/2024 09:48:10 AM
rw-r--r--
📄
news.rst
228 bytes
02/03/2024 09:48:10 AM
rw-r--r--
📄
quickstart.rst
225 bytes
02/03/2024 09:48:10 AM
rw-r--r--
📁
reference
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📁
topics
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
user_guide.rst.gz
12.06 KB
02/03/2024 09:48:10 AM
rw-r--r--
📄
ux_research_design.rst
3.59 KB
02/03/2024 09:48:10 AM
rw-r--r--
Editing: index.md
Close
--- hide-toc: true --- # pip pip is the [package installer for Python][recommended]. You can use it to install packages from the [Python Package Index][pypi] and other indexes. ```{toctree} :hidden: getting-started installation user_guide topics/index reference/index cli/index ``` ```{toctree} :caption: Project :hidden: development/index ux_research_design news Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md> GitHub <https://github.com/pypa/pip> ``` If you want to learn about how to use pip, check out the following resources: - [Getting Started](getting-started) - [Python Packaging User Guide](https://packaging.python.org) If you find bugs, need help, or want to talk to the developers, use our mailing lists or chat rooms: - [GitHub Issues][issue-tracker] - [Discourse channel][packaging-discourse] - [User IRC][irc-pypa] - [Development IRC][irc-pypa-dev] [recommended]: https://packaging.python.org/guides/tool-recommendations/ [pypi]: https://pypi.org/ [issue-tracker]: https://github.com/pypa/pip/issues/ [packaging-discourse]: https://discuss.python.org/c/packaging/14 [irc-pypa]: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa [irc-pypa-dev]: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev If you find any security issues, please report to [security@python.org](mailto:security@python.org)