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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
16
16
17
17
1.**Use this template**
18
18
19
-
<imgsrc="docs/Screenshot 2025-04-25 at 10.57.33.png"alt="Use this template and create new repository"width="200"/>
19
+
<ahref="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><imgsrc="docs/Screenshot 2025-04-25 at 10.57.33.png"alt="Use this template and create new repository"width="300"/></a>
20
20
21
-
Create a new repository based on this template.
21
+
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
22
22
23
23
2.**Clone repo**
24
24
@@ -30,15 +30,15 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
30
30
31
31
Click the button in the popup upon opening the repo:
32
32
33
-
<imgsrc="docs/Screenshot 2025-04-24 at 11.59.28.png"alt="Dev Containers: Reopen in Container"width="500"/>
33
+
<imgsrc="docs/Screenshot 2025-04-24 at 11.59.28.png"alt="Dev Containers: Reopen in Container"width="450"/>
34
34
35
35
Alternatively, enter <kbd>Ctrl+Shift+P</kbd> and select **Dev Containers: Reopen in Container**.
36
36
37
37
4.**Wait for setup to finish**
38
38
39
39
Upon opening the Devcontainer, setup will start. Wait for the setup to finish before continuing.
40
40
41
-
<imgsrc="docs/Screenshot 2025-04-23 at 18.00.10.png"alt="Wait for postCreateCommand to finish"width="500"/>
41
+
<imgsrc="docs/Screenshot 2025-04-23 at 18.00.10.png"alt="Wait for postCreateCommand to finish"width="600"/>
42
42
43
43
5.**Select Python interpreter**
44
44
@@ -56,7 +56,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
56
56
57
57
with `uv`:
58
58
59
-
<imgsrc="docs/Screenshot 2025-04-23 at 18.24.49.png"width="600"/>
59
+
<imgsrc="docs/Screenshot 2025-04-23 at 18.24.49.png"width="700"/>
60
60
61
61
and `pytest`:
62
62
@@ -66,7 +66,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
66
66
67
67
... and `ruff`:
68
68
69
-
<imgsrc="docs/Screenshot 2025-04-23 at 18.03.49.png"width="600"/>
69
+
<imgsrc="docs/Screenshot 2025-04-23 at 18.03.49.png"width="700"/>
0 commit comments