Skip to content

Commit f6a165f

Browse files
authored
Clarify the python version to core tools
1 parent 8fa29d4 commit f6a165f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

includes/functions-requirements-cli.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ Before you begin, you must have the following:
1515
+ The [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md#v2) version 2.7.1846 or a later 2.x version.
1616
::: zone-end
1717
::: zone pivot="programming-language-python"
18-
+ Python 3.6 and 3.7 require [Azure Functions Core Tools](../articles/azure-functions/functions-run-local.md#v2) version 2.7.1846 or a later 2.x version. Python 3.8 requires [version 3.x](../articles/azure-functions/functions-run-local.md#v2) of the Core Tools.
18+
+ The Azure Functions Core Tools version that corresponds to your installed Python version:
19+
| Python version | Core Tools version |
20+
| -------------- | ------------------ |
21+
| Python 3.8 | [version 3.x](../articles/azure-functions/functions-run-local.md#v2) |
22+
| Python 3.6<br/>Python 3.7 | [Version 2.7.1846 or a later 2.x version](../articles/azure-functions/functions-run-local.md#v2) |
1923
::: zone-end
2024

2125
+ The [Azure CLI](/cli/azure/install-azure-cli) version 2.4 or later.

0 commit comments

Comments
 (0)