README.md: Fix cmd.exe instructions
This commit is contained in:
@@ -11,7 +11,7 @@ A scribble of a python script for audio transcription.
|
|||||||
- Windows (PowerShell): `.venv\Scripts\Activate.ps1`
|
- Windows (PowerShell): `.venv\Scripts\Activate.ps1`
|
||||||
- If PowerShell refuses with “running scripts is disabled on this system,” run
|
- If PowerShell refuses with “running scripts is disabled on this system,” run
|
||||||
`Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once, then try activation again.
|
`Set-ExecutionPolicy -Scope CurrentUser RemoteSigned` once, then try activation again.
|
||||||
- Windows (cmd.exe): `venv\Scripts\activate.bat`
|
- Windows (cmd.exe): `.venv\Scripts\activate.bat`
|
||||||
3. Build & Install: `pip install -e .`
|
3. Build & Install: `pip install -e .`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user