Skip to content

Commit 0d44236

Browse files
committed
Fix images
1 parent 117af53 commit 0d44236

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.DS_Store

8 KB
Binary file not shown.

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
1010
- [x] [ruff](https://github.com/astral-sh/ruff) for formatting and linting
1111
- [x] [GitHub Actions](https://github.com/dunnkers/python-uv-devcontainer/actions) for CI/CD
1212
- [x] [Dockerfile](https://github.com/dunnkers/python-uv-devcontainer/blob/main/Dockerfile) for easy deployment
13-
1413
<img width="222" alt="Screenshot 2025-04-25 at 10 57 33" src="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55" />
1514
<img width="577" alt="Screenshot 2025-04-24 at 11 59 28" src="https://github.com/user-attachments/assets/c89c6643-768b-427d-b10f-a51ddbe76282" />
1615
<img width="1484" alt="Screenshot 2025-04-23 at 18 28 17" src="https://github.com/user-attachments/assets/a903022c-e53f-401c-bb8d-8a7c01bfdaad" />
@@ -27,13 +26,13 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
2726

2827
1. **Use this template**
2928

30-
<a href="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><img src="docs/Screenshot 2025-04-25 at 10.57.33.png" alt="Use this template and create new repository" width="250"/></a>
29+
<a href="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><img src="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55" alt="Use this template and create new repository" width="250"/></a>
3130

3231
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
3332

3433
2. **Clone repo**
3534

36-
<img src="docs/Screenshot 2025-04-23 at 17.19.10.png" alt="Clone repository" width="375"/>
35+
<img src="https://github.com/user-attachments/assets/3aa1891b-d19b-4c8e-acad-b5e46eb18250" alt="Clone repository" width="375"/>
3736

3837
Open the repo in VSCode.
3938

@@ -46,43 +45,43 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
4645

4746
Click the button in the popup upon opening the repo:
4847

49-
<img src="docs/Screenshot 2025-04-24 at 11.59.28.png" alt="Dev Containers: Reopen in Container" width="475"/>
48+
<img src="https://github.com/user-attachments/assets/c89c6643-768b-427d-b10f-a51ddbe76282" alt="Dev Containers: Reopen in Container" width="475"/>
5049

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

5352
4. **Wait for setup to finish**
5453

5554
Upon opening the Devcontainer, setup will start. Wait for the setup to finish before continuing.
5655

57-
<img src="docs/Screenshot 2025-04-23 at 18.00.10.png" alt="Wait for postCreateCommand to finish" width="600"/>
56+
<img src="https://github.com/user-attachments/assets/28dceed1-abb2-4be5-aa25-ff1c8ad38455" alt="Wait for postCreateCommand to finish" width="600"/>
5857

5958
5. **Select Python interpreter**
6059

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

63-
<img src="docs/Screenshot 2025-04-23 at 17.53.28.png" alt="VSCode: Python Select Interpreter" width="500"/>
62+
<img src="https://github.com/user-attachments/assets/3efa1de7-5bd3-4b1e-aaa8-455773396c81" alt="VSCode: Python Select Interpreter" width="500"/>
6463

6564
Select the **venv** (`./.venv/bin/python`).
6665

6766
6. **Enjoy 🫶**
6867

6968
You now have a fully configured Python development environment!
7069

71-
![alt text](<docs/Screenshot 2025-04-23 at 18.28.17.png>)
70+
![alt text](https://github.com/user-attachments/assets/a903022c-e53f-401c-bb8d-8a7c01bfdaad)
7271

7372
with `uv`:
7473

75-
<img src="docs/Screenshot 2025-04-23 at 18.24.49.png" width="700"/>
74+
<img src="https://github.com/user-attachments/assets/52130b2d-5c1d-43c6-9862-b7bdbd6fe5fe" width="700"/>
7675

7776
and `pytest`:
7877

7978
| UI | Terminal |
8079
|:--:|:--:|
81-
| ![alt text](<docs/Screenshot 2025-04-23 at 18.10.07.png>) | ![alt text](<docs/Screenshot 2025-04-23 at 18.11.34.png>) |
80+
| ![alt text](https://github.com/user-attachments/assets/61bd1aa5-9154-4c42-b192-8b674c7e3d80) | ![alt text](https://github.com/user-attachments/assets/2394a9b6-0cb0-494b-b580-31d5cbfc8a3f) |
8281

8382
... and `ruff`:
8483

85-
<img src="docs/Screenshot 2025-04-23 at 18.03.49.png" width="700"/>
84+
<img src="https://github.com/user-attachments/assets/21761957-ae2f-4e99-9378-d8920f5c6a19" width="700"/>
8685

8786
all readily available 🎉
8887

@@ -92,7 +91,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
9291

9392
[A workflow](https://github.com/dunnkers/python-uv-devcontainer/blob/main/.github/workflows/python_app.yaml) is already set up for you.
9493

95-
![alt text](<docs/Screenshot 2025-04-23 at 18.06.47.png>)
94+
<img width="1331" alt="GitHub Actions workflow for testing, formatting and linting a Python app with uv" src="https://github.com/user-attachments/assets/e869e370-87cd-4788-8ae9-a049e15af02f" />
9695

9796
This workflow runs tests using `pytest` and formatting + linting using `ruff`. Dependencies are set up with `uv`.
9897

0 commit comments

Comments
 (0)