chore: template usage
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
[](https://git.klemek.fr/klemek/python-template/actions?workflow=lint.yml) [](https://git.klemek.fr/klemek/python-template/actions?workflow=test.yml)
|
||||
[](https://git.klemek.fr/klemek/cool-domain/actions?workflow=lint.yml) [](https://git.klemek.fr/klemek/cool-domain/actions?workflow=test.yml)
|
||||
|
||||
##
|
||||
|
||||
# Python Template
|
||||
```bash
|
||||
# install with pip
|
||||
pip install git+https://git.klemek.fr/klemek/cool-domain
|
||||
|
||||
## Use this template
|
||||
# run with pipx
|
||||
pipx run --spec git+https://git.klemek.fr/klemek/cool-domain cool-domain
|
||||
|
||||
- [ ] 1. rename foler `sample` to match project
|
||||
- [ ] 2. rename project in `pyproject.toml`
|
||||
- [ ] 3. update `README.md`
|
||||
- [ ] 4. enjoy
|
||||
# run with uvx
|
||||
uvx --from git+https://git.klemek.fr/klemek/cool-domain cool-domain
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user