make python package

This commit is contained in:
2026-05-29 00:24:24 -05:00
parent e87f30173d
commit 7128cc5016
5 changed files with 113 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Transcribble
A scribble of a python script for audio transcription
A scribble of a python script for audio transcription.
## Setup
@@ -12,4 +12,7 @@ A scribble of a python script for audio transcription
- If PowerShell refuses with “running scripts is disabled on this system,” run
`Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once, then try activation again.
- Windows (cmd.exe): `venv\Scripts\activate.bat`
3. Install dependences: `pip install -r requirements.txt`
3. Build & Install: `pip install -e .`
## Usage
`transcribble --help`