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

Explicitly mention requirements.txt, to perform better in web searches

This is basically based on a wild guess, that the search engines would
rank this higher in searches about requirements.txt files, if we mention
the file explicitly here.
This commit is contained in:
Pradyun Gedam 2021-09-08 08:11:36 +01:00
parent 3c8462159b
commit 5f3a13d98f
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -1,7 +1,9 @@
# Requirements File Format
Requirements files serve as a list of items to be installed by pip, when
using {ref}`pip install`.
using {ref}`pip install`. Files that use this format are often called
"pip requirements.txt files", since `requirements.txt` is usually what
these files are named (although, that is not a requirement).
```{note}
This is NOT a format that other tools should try to consume.