1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/docs/html/index.md

53 lines
1.4 KiB
Markdown
Raw Normal View History

---
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:
2021-05-21 19:49:08 +02:00
getting-started
2021-05-21 19:51:38 +02:00
installation
user_guide
topics/index
reference/index
2021-03-21 12:35:45 +01:00
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:
2021-05-21 19:49:08 +02:00
- [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
2021-06-25 16:45:45 +02:00
[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
2022-05-23 18:05:22 +02:00
2022-05-23 18:55:14 +02:00
If you find any security issues, please report to [security@python.org](mailto:security@python.org)