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
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,21 +16,26 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
16
16
17
17
1.**Use this template**
18
18
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>
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="250"/></a>
20
20
21
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
25
-
<imgsrc="docs/Screenshot 2025-04-23 at 17.19.10.png"alt="Clone repository"width="350"/>
25
+
<imgsrc="docs/Screenshot 2025-04-23 at 17.19.10.png"alt="Clone repository"width="375"/>
26
26
27
27
Open the repo in VSCode.
28
28
29
+
> [!TIP]
30
+
> This Devcontainer can also be directly used with a GitHub Codespace.
31
+
>
32
+
> [](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
33
+
29
34
3.**Reopen in Container**
30
35
31
36
Click the button in the popup upon opening the repo:
32
37
33
-
<imgsrc="docs/Screenshot 2025-04-24 at 11.59.28.png"alt="Dev Containers: Reopen in Container"width="450"/>
38
+
<imgsrc="docs/Screenshot 2025-04-24 at 11.59.28.png"alt="Dev Containers: Reopen in Container"width="475"/>
34
39
35
40
Alternatively, enter <kbd>Ctrl+Shift+P</kbd> and select **Dev Containers: Reopen in Container**.
0 commit comments