Skip to content

Commit f26735e

Browse files
committed
Fixes in the readme
1 parent b8754d7 commit f26735e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@
22

33
The index is build from the [index.yml](index.yml) file.
44

5-
View the index: https://dfint.github.io/pypi-index/
5+
View the index: <https://dfint.github.io/pypi-index/>
66

77
Installation of a package from the index:
8-
```
8+
9+
```shell
910
pip install df-translation-toolkit --extra-index-url https://dfint.github.io/pypi-index/
1011
```
1112

1213
Using poetry:
13-
```
14+
15+
```shell
1416
poetry source add --priority=explicit dfint https://dfint.github.io/pypi-index/
1517
poetry add --source=dfint df-translation-toolkit
1618
```
19+
1720
Reference: [PEP 503](https://peps.python.org/pep-0503/)

0 commit comments

Comments
 (0)