20 lines
285 B
Markdown
20 lines
285 B
Markdown
# Niming Backend (IGAPI)
|
|
|
|
## build
|
|
### with docker-compose
|
|
See ``docker-compose.yml`` (It is a template)
|
|
|
|
### Manual
|
|
Prepare:
|
|
```
|
|
pip3 install -r requirements.txt
|
|
pip3 install ffmpeg_python-0.2.0-py3-none-any.whl
|
|
```
|
|
|
|
Run:
|
|
```
|
|
python3 app.py
|
|
```
|
|
|
|
Shirakami Fubuki is the cutest fox!!!
|