Skip to content

Commit 0d06161

Browse files
committed
Make requirements.txt heading more explicit
1 parent f0e8d99 commit 0d06161

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/html/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ This is useful if the target machine does not have a network connection:
123123
[...]
124124
Successfully installed SomePackage
125125
126-
Install packages from a file
127-
----------------------------
126+
Install packages from requirements.txt
127+
--------------------------------------
128128

129129
Many Python projects use a requirements.txt file to specify the list of packages
130130
that need to be installed for the project to run. To install the packages
@@ -140,7 +140,7 @@ listed in the file, run:
140140

141141
.. code-block:: console
142142
143-
C:\> py -m pip install -r requirements.txt
143+
C:\> py -m pip install -r requirements.txt
144144
145145
See :ref:`requirements files <Requirements Files>` for more information.
146146

0 commit comments

Comments
 (0)