File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,10 @@ following contents::
236
236
237
237
src/python/
238
238
239
- Please note that the path must be relative to the file. So the example path
240
- above would work if the file is in the root of your repository. If you want to
241
- put the requirements in a file called ``requirements/requirements.txt ``, the
242
- contents would look like::
243
-
244
- ../python/
239
+ Please note that the path must be relative to the working directory where ``pip `` is launched,
240
+ rather than the directory where the requirements file is located.
241
+ Therefore, even if you want to move the requirements file to a ``requirements/ `` directory,
242
+ the example path above would work.
245
243
246
244
You can customize the path to your requirements file and any other installed dependency
247
245
using a Read the Docs :doc: `config-file/index `.
You can’t perform that action at this time.
0 commit comments