@@ -16,23 +16,23 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
16
16
17
17
1 . ** Clone this repo**
18
18
19
- <img src =" docs/Screenshot 2025-04-23 at 17.19.10.png " alt =" Clone repository " width =" 400 " />
19
+ <img src =" docs/Screenshot 2025-04-23 at 17.19.10.png " alt =" Clone repository " width =" 350 " />
20
20
21
21
Open the repo in VSCode.
22
22
23
23
2 . ** Reopen in Container**
24
24
25
25
Click the button in the popup upon opening the repo:
26
26
27
- <img src =" docs/Screenshot 2025-04-24 at 11.59.28.png " alt =" Dev Containers: Reopen in Container " width =" 400 " />
27
+ <img src =" docs/Screenshot 2025-04-24 at 11.59.28.png " alt =" Dev Containers: Reopen in Container " width =" 500 " />
28
28
29
29
Alternatively, enter <kbd >Ctrl+Shift+P</kbd > and select ** Dev Containers: Reopen in Container** .
30
30
31
31
3 . ** Wait for setup to finish**
32
32
33
33
Upon opening the Devcontainer, setup will start. Wait for the setup to finish before continuing.
34
34
35
- ![ alt text ] ( < docs/Screenshot 2025-04-23 at 18.00.10.png > )
35
+ < img src = " docs/Screenshot 2025-04-23 at 18.00.10.png " alt = " Wait for postCreateCommand to finish " width = " 500 " />
36
36
37
37
4 . ** Select Python interpreter**
38
38
@@ -50,7 +50,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
50
50
51
51
with ` uv ` :
52
52
53
- <img src =" docs/Screenshot 2025-04-23 at 18.24.49.png " width =" 500 " />
53
+ <img src =" docs/Screenshot 2025-04-23 at 18.24.49.png " width =" 600 " />
54
54
55
55
and ` pytest ` :
56
56
@@ -60,13 +60,9 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
60
60
61
61
... and ` ruff ` :
62
62
63
- <img src =" docs/Screenshot 2025-04-23 at 18.03.49.png " width =" 500 " />
63
+ <img src =" docs/Screenshot 2025-04-23 at 18.03.49.png " width =" 600 " />
64
64
65
- all readily available ✓
66
-
67
- 🎉
68
-
69
- Good luck developing! 🍀
65
+ all readily available 🎉
70
66
71
67
## Extras
72
68
0 commit comments