Add start script for Windows
This commit is contained in:
@@ -98,6 +98,11 @@ that checkout's `.state/` directory. If `plugin-helper.windows.toml` has only
|
||||
one `[[profiles]]` entry, that profile is selected automatically when
|
||||
`--profile` is omitted:
|
||||
|
||||
From the repo root, double-click or run `menu.bat` to create `.venv` on first
|
||||
use, install the package, and open the Textual menu.
|
||||
|
||||
Or set up manually:
|
||||
|
||||
```powershell
|
||||
py -m venv .venv
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
|
||||
Reference in New Issue
Block a user