Skip to content

Commit f4bd17e

Browse files
authored
docs(python): add link to requirements file reference (#925)
1 parent daf2bfc commit f4bd17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workflows/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The path, relative to the working directory, to create a virtual Python environm
111111

112112
### (*Optional*) `requirements`
113113

114-
A [requirement specifier](https://pip.pypa.io/en/stable/reference/requirement-specifiers/) or the path, relative to the working directory, of a requirements file (usually `requirements.txt`) that specifies Python dependencies to install.
114+
A [requirement specifier](https://pip.pypa.io/en/stable/reference/requirement-specifiers/) or the path, relative to the working directory, of a [requirements file](https://pip.pypa.io/en/stable/reference/requirements-file-format/) (usually `requirements.txt`) that specifies Python dependencies to install.
115115

116116
For example, set the value to `"."` to install dependencies from a `pyproject.toml` file in the working directory.
117117

0 commit comments

Comments
 (0)