From 860635d38c2dada0a5e4b3974507b1d1ede315a1 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Dec 2015 16:20:37 +0100 Subject: [PATCH] Add more precise documentation on the requirements parameter Fix #427 --- packaging/language/pip.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/language/pip.py b/packaging/language/pip.py index 6d325282770..d896c5b9ed5 100755 --- a/packaging/language/pip.py +++ b/packaging/language/pip.py @@ -44,7 +44,8 @@ options: default: null requirements: description: - - The path to a pip requirements file + - The path to a pip requirements file, which should be local to the remote system. + File can be specified as a relative path if using the chdir option. required: false default: null virtualenv: