You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,36 @@
1
-
# Hatchet First Workflow Example
1
+
##Hatchet Python Quickstart
2
2
3
-
This is an example project demonstrating how to use Hatchet with Python.
3
+
This is an example project demonstrating how to use Hatchet with Python. For detailed setup instructions, see the [Hatchet Setup Guide](https://docs.hatchet.run/home/setup).
4
4
5
5
## Prerequisites
6
6
7
7
Before running this project, make sure you have the following:
8
8
9
-
1.[Python V3.10 or higher](https://www.python.org/downloads/)
9
+
1.[Python v3.10 or higher](https://www.python.org/downloads/)
10
+
2.[Poetry](https://python-poetry.org/docs/#installation) for dependency management
10
11
11
12
## Setup
12
13
13
-
1.Set the required environment variable `HATCHET_CLIENT_TOKEN` created in the [Getting Started Guide](https://docs.hatchet.run/home/hatchet-cloud-quickstart).
2. Set the required environment variable `HATCHET_CLIENT_TOKEN` created in the [Getting Started Guide](https://docs.hatchet.run/home/hatchet-cloud-quickstart).
22
+
23
+
```bash
16
24
export HATCHET_CLIENT_TOKEN=<token>
17
25
```
18
26
19
-
2. Run the following command to install the project dependencies:
27
+
> Note: If you're self hosting you may need to set `HATCHET_CLIENT_TLS_STRATEGY=none` to disable TLS
0 commit comments