File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ This is useful if the target machine does not have a network connection:
123
123
[...]
124
124
Successfully installed SomePackage
125
125
126
- Install packages from a file
127
- ----------------------------
126
+ Install packages from requirements.txt
127
+ --------------------------------------
128
128
129
129
Many Python projects use a requirements.txt file to specify the list of packages
130
130
that need to be installed for the project to run. To install the packages
@@ -140,7 +140,7 @@ listed in the file, run:
140
140
141
141
.. code-block :: console
142
142
143
- C:\> py -m pip install -r requirements.txt
143
+ C:\> py -m pip install -r requirements.txt
144
144
145
145
See :ref: `requirements files <Requirements Files >` for more information.
146
146
You can’t perform that action at this time.
0 commit comments