Skip to content

Commit 61fc2fc

Browse files
committed
address review
1 parent 473de51 commit 61fc2fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

env_config/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains Python samples that demonstrate how to use the Temporal
44

55
## Prerequisites
66

7-
To run these samples successfully, you must have a local Temporal development server running. You can start one easily using `temporal server start-dev`.
7+
To run, first see [README.md](../README.md) for prerequisites.
88

99
## Configuration File
1010

@@ -18,14 +18,14 @@ The `config.toml` file defines three profiles for different environments:
1818

1919
The following Python scripts demonstrate different ways to load and use these configuration profiles. Each runnable sample highlights a unique feature.
2020

21-
### `load_default.py`
21+
### `load_from_file.py`
2222

2323
This sample shows the most common use case: loading the `default` profile from the `config.toml` file.
2424

2525
**To run this sample:**
2626

2727
```bash
28-
python3 env_config/load_default.py
28+
uv run env_config/load_from_file.py
2929
```
3030

3131
### `load_profile.py`
@@ -35,7 +35,7 @@ This sample demonstrates loading the `staging` profile by name (which has an inc
3535
**To run this sample:**
3636

3737
```bash
38-
python3 env_config/load_profile.py
38+
uv run env_config/load_profile.py
3939
```
4040

4141
## Running the Samples

0 commit comments

Comments
 (0)