15 lines
633 B
Markdown
15 lines
633 B
Markdown
[](https://git.klemek.fr/klemek/cool-domain/actions?workflow=lint.yml) [](https://git.klemek.fr/klemek/cool-domain/actions?workflow=test.yml)
|
|
|
|
##
|
|
|
|
```bash
|
|
# install with pip
|
|
pip install git+https://git.klemek.fr/klemek/cool-domain
|
|
|
|
# run with pipx
|
|
pipx run --spec git+https://git.klemek.fr/klemek/cool-domain cool-domain
|
|
|
|
# run with uvx
|
|
uvx --from git+https://git.klemek.fr/klemek/cool-domain cool-domain
|
|
```
|