koji-forgejo-webhook/README.md

22 lines
209 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
2025-01-25 22:07:39 +03:00
dnf install python3-flask python3-mod_wsgi
2025-01-24 14:59:06 +03:00
```
## run
```shell
python3 koji-forgejo-webook.py
2025-01-25 22:07:39 +03:00
```