Skip to content

Commit 076a1ff

Browse files
docs: improve installation snippets formatting (#74)
1 parent fc56dc4 commit 076a1ff

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,22 @@ The Python SDK offers a clean, type-safe API following Python best practices whi
2323

2424
### Installation
2525

26-
```python
27-
# uv
26+
27+
#### uv
28+
29+
```bash
2830
uv add sap-cloud-sdk
31+
```
2932

30-
# Poetry
33+
#### Poetry
34+
35+
```bash
3136
poetry add sap-cloud-sdk
37+
```
38+
39+
#### pip
3240

33-
# Pip
41+
```bash
3442
pip install sap-cloud-sdk
3543
````
3644

0 commit comments

Comments
 (0)