Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 593 Bytes

dev-setup-linux.md

File metadata and controls

17 lines (13 loc) · 593 Bytes

Development Setup - Generic Linux

Tools

Setup

  1. Clone this repository
  2. Set up virtual environment:
    1. python -m venv venv
    2. source venv/bin/activate (bash) or source venv/bin/activate.fish (fish)
  3. Install requirements just install-dependencies
  4. Install libmpv (package names vary depending on your distro)
  5. Create an empty file portable in the root of the repository. This will tell mpvQC to store all app data in a new folder called appdata