static Transcodate form 10 months ago
templates Transcodate form 10 months ago
.gitignore New functions 10 months ago
README.md init 10 months ago
app.py New functions 10 months ago
config.json New functions 10 months ago
mediascan.py New functions 10 months ago
requirements.txt Scaning directories and view list 10 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