Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 377 Bytes

File metadata and controls

14 lines (11 loc) · 377 Bytes

BeatBytes Cli - Audio compression Cli

Install and Build

  1. Clone the project from github

  2. Create python environment inside a cli folder python -m venv env

  3. Activate virtual environmen

  4. Install necessary packages via pip install -r requrements.txt

  5. Run in activated environment python build.py and cli executable is ready inside dist folder