Skip to content

Commit 83c2377

Browse files
committed
Adding instructions to documentation
1 parent 7bbc5f3 commit 83c2377

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ This repo contains a skeleton for Python packages containing some basic DevOps´
77
You can download the module by executing the following command (replace `<tag>` with the version you would like to download):
88
`pip install git+https://github.com/TrisNol/python-sample-package<tag>`
99

10+
The module can then be used as follows:
11+
```python
12+
from example_package.example import add_one
13+
add_one(41) # returns 42
14+
```

0 commit comments

Comments
 (0)