Skip to content

Commit fd1cc02

Browse files
committed
Better readability
1 parent 1141dbc commit fd1cc02

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
1616

1717
1. **Clone this repo**
1818

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"/>
2020

2121
Open the repo in VSCode.
2222

2323
2. **Reopen in Container**
2424

2525
Click the button in the popup upon opening the repo:
2626

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"/>
2828

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

3131
3. **Wait for setup to finish**
3232

3333
Upon opening the Devcontainer, setup will start. Wait for the setup to finish before continuing.
3434

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"/>
3636

3737
4. **Select Python interpreter**
3838

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

5151
with `uv`:
5252

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"/>
5454

5555
and `pytest`:
5656

@@ -60,13 +60,9 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
6060

6161
... and `ruff`:
6262

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"/>
6464

65-
all readily available ✓
66-
67-
🎉
68-
69-
Good luck developing! 🍀
65+
all readily available 🎉
7066

7167
## Extras
7268

0 commit comments

Comments
 (0)