static Transcodate form 11 months ago
templates Transcodate form 11 months ago
.gitignore New functions 11 months ago
README.md init 11 months ago
app.py New functions 11 months ago
config.json New functions 11 months ago
mediascan.py New functions 11 months ago
requirements.txt Scaning directories and view list 11 months ago
README.md

medialib-manager

Установка и запуск

  1. Клонируйте проект или создайте новую директорию.
  2. Создайте виртуальное окружение: python3 -m venv venv
  3. Активируйте окружение: source venv/bin/activate
  4. Установите зависимости pip install -r requirements.txt
  5. Запустите приложение: python app.py

Потом можно выйти из окружения выполнив deactivate