Skip to content

Commit 5f3a13d

Browse files
committed
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.
1 parent 3c84621 commit 5f3a13d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/html/reference/requirements-file-format.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Requirements File Format
22

33
Requirements files serve as a list of items to be installed by pip, when
4-
using {ref}`pip install`.
4+
using {ref}`pip install`. Files that use this format are often called
5+
"pip requirements.txt files", since `requirements.txt` is usually what
6+
these files are named (although, that is not a requirement).
57

68
```{note}
79
This is NOT a format that other tools should try to consume.

0 commit comments

Comments
 (0)