Skip to content

Commit

Permalink
Make requirements.txt heading more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
nlhkabu committed Nov 24, 2020
1 parent f0e8d99 commit 0d06161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/html/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ This is useful if the target machine does not have a network connection:
[...]
Successfully installed SomePackage
Install packages from a file
----------------------------
Install packages from requirements.txt
--------------------------------------

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

.. code-block:: console
C:\> py -m pip install -r requirements.txt
C:\> py -m pip install -r requirements.txt
See :ref:`requirements files <Requirements Files>` for more information.

Expand Down

0 comments on commit 0d06161

Please sign in to comment.