koji-forgejo-webhook/README.md

21 lines
191 B
Markdown
Raw Normal View History

2025-01-24 11:09:51 +00:00
# koji-forgejo-webhook
2025-01-24 14:59:06 +03:00
## install
### pip
```shell
pip install -r requirements.txt
```
### rpm
```shell
dnf install python3-flask
```
## run
```shell
python3 koji-forgejo-webook.py
```