Skip to content

Commit

Permalink
Improve Windows instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Apr 28, 2023
1 parent 73f2d64 commit 742af00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ It supports Python 3.9, 3.10, and 3.11.

- **Windows**

Run in an elevated Powershell (right-click > Run as Administrator)
```powershell
winget install python3 --scope machine
winget install ffmpeg --scope machine
```
1. Run in an elevated Powershell (right-click > Run as Administrator)
```powershell
winget install python3 --scope machine
winget install ffmpeg --scope machine
```
2. Reboot the machine

## Get started

Expand Down

0 comments on commit 742af00

Please sign in to comment.