Skip to content

Commit f2a3be3

Browse files
committed
Update steps
1 parent fd1cc02 commit f2a3be3

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,41 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
1414

1515
## Setup
1616

17-
1. **Clone this repo**
17+
1. **Use this template**
18+
19+
<img src="docs/Screenshot 2025-04-25 at 10.57.33.png" alt="Use this template and create new repository" width="200"/>
20+
21+
Create a new repository based on this template.
22+
23+
2. **Clone repo**
1824

1925
<img src="docs/Screenshot 2025-04-23 at 17.19.10.png" alt="Clone repository" width="350"/>
2026

2127
Open the repo in VSCode.
2228

23-
2. **Reopen in Container**
29+
3. **Reopen in Container**
2430

2531
Click the button in the popup upon opening the repo:
2632

2733
<img src="docs/Screenshot 2025-04-24 at 11.59.28.png" alt="Dev Containers: Reopen in Container" width="500"/>
2834

2935
Alternatively, enter <kbd>Ctrl+Shift+P</kbd> and select **Dev Containers: Reopen in Container**.
3036

31-
3. **Wait for setup to finish**
37+
4. **Wait for setup to finish**
3238

3339
Upon opening the Devcontainer, setup will start. Wait for the setup to finish before continuing.
3440

3541
<img src="docs/Screenshot 2025-04-23 at 18.00.10.png" alt="Wait for postCreateCommand to finish" width="500"/>
3642

37-
4. **Select Python interpreter**
43+
5. **Select Python interpreter**
3844

3945
Enter <kbd>Ctrl+Shift+P</kbd> and select **Python: Select Interpreter**.
4046

4147
<img src="docs/Screenshot 2025-04-23 at 17.53.28.png" alt="VSCode: Python Select Interpreter" width="500"/>
4248

4349
Select the **venv** (`./.venv/bin/python`).
4450

45-
5. **Enjoy 🫶**
51+
6. **Enjoy 🫶**
4652

4753
You now have a fully configured Python development environment!
4854

32.1 KB
Loading

0 commit comments

Comments
 (0)