This commit is contained in:
Nyako
2026-06-12 16:46:37 +03:00
parent 1db8e46064
commit ed39d2b56a
5 changed files with 44 additions and 7 deletions
+6 -3
View File
@@ -8,7 +8,7 @@
## Prerequisites
- Python 3.13.13 or higher
- Python 3.13 or higher
- ffmpeg 2026-01-29 (required if you intend to store video files)
- git (optional)
@@ -36,7 +36,10 @@ Run the following command in the folder where the site will be located:
### Installing dependencies
In the terminal, navigate to the folder where the site is located and run:
`pip install -r requirements.txt`
```bash
pip install uv
uv sync
```
### Configuring `config.json`
@@ -64,4 +67,4 @@ Config explanation:
### Launch
Simply run: `python run.py`
Simply run: `uv run run.py`