We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbc5f3 commit 83c2377Copy full SHA for 83c2377
README.MD
@@ -7,3 +7,8 @@ This repo contains a skeleton for Python packages containing some basic DevOps´
7
You can download the module by executing the following command (replace `<tag>` with the version you would like to download):
8
`pip install git+https://github.com/TrisNol/python-sample-package<tag>`
9
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