update instalelr

This commit is contained in:
Nose
2026-07-10 21:17:41 -07:00
parent e748c21e2e
commit fa03f1e63b
4 changed files with 90 additions and 565 deletions
+14 -9
View File
@@ -53,27 +53,32 @@ Use `.config` from inside the CLI instead:
This keeps configuration inside the same table-and-selection model as the rest of the app.
## Installation From A Git Checkout
## Installation
Requirements:
- Python 3.9 through 3.13
- Git
- Git (the bootstrap uses it to download the project)
- PowerShell on Windows
- `mpv` recommended for playback workflows
From the repository root, run:
On Windows, run the bootstrap directly from PowerShell. It downloads the project
and starts the installation for you:
```powershell
Set-Location C:\path\to\Medios-Macina
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\scripts\bootstrap.ps1 -Editable
.\.venv\Scripts\Activate.ps1
mm
irm "https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/scripts/bootstrap.ps1" | iex
```
For an existing checkout, run this from the repository root:
```powershell
.\scripts\bootstrap.ps1 -Editable
```
Use `-NoMpv`, `-NoDeno`, or `-NoPlaywright` to skip optional external runtime
installation when those components are already managed separately.
Notes:
- The bootstrap script creates `.venv`, installs the project, and exposes the `mm` and `medeia` console commands.