Skip to content

Commit

Permalink
fix: add little more details in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-sembira-1 committed Dec 21, 2024
1 parent 60512d5 commit ec4de25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"pyflow",
"pypa",
"pypackages",
"PYPI",
"pytest",
"pytype",
"pyupgrade",
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# python-package-template

A template for creating a python package

## Download

After giving a tag, a CI workflow will get triggered which in the end of it you will be able to download the package using:

```bash
pip install ben-sembira-python-package-template
```

0 comments on commit ec4de25

Please sign in to comment.