We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ceb45 commit c99cefeCopy full SHA for c99cefe
README.md
@@ -10,6 +10,10 @@ Prerequisites:
10
* [Temporal CLI installed](https://docs.temporal.io/cli#install)
11
* [Local Temporal server running](https://docs.temporal.io/cli/server#start-dev)
12
13
+The SDK requires Python >= 3.9. You can install Python using uv. For example,
14
+
15
+ uv python install 3.13
16
17
With this repository cloned, run the following at the root of the directory:
18
19
uv sync
0 commit comments