Skip to content

Commit b5616ce

Browse files
vmageloggailey777
andauthored
Update articles/azure-functions/develop-python-worker-extensions.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent c4ce99f commit b5616ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/develop-python-worker-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you start, you must meet these requirements:
2222

2323
* [Python 3.7 or above](https://www.python.org/downloads). To check the full list of supported Python versions in Azure Functions, see the [Python developer guide](functions-reference-python.md#python-version).
2424

25-
* The [Azure Functions Core Tools](functions-run-local.md#v2), version 4.0.5095 or later to support using the extension with the [v2 Python programming model](./functions-reference-python.md). Check your version with `func --version`. To learn about updating, see [Azure Functions Core Tools on GitHub](https://github.com/Azure/azure-functions-core-tools).
25+
* The [Azure Functions Core Tools](functions-run-local.md#v2), version 4.0.5095 or later, which supports using the extension with the [v2 Python programming model](./functions-reference-python.md). Check your version with `func --version`. To learn about updating, see [Azure Functions Core Tools on GitHub](https://github.com/Azure/azure-functions-core-tools).
2626

2727
* [Visual Studio Code](https://code.visualstudio.com/) installed on one of the [supported platforms](https://code.visualstudio.com/docs/supporting/requirements#_platforms).
2828

0 commit comments

Comments
 (0)