Skip to content

Commit

Permalink
Stop recommending Python from MS Store
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Dec 24, 2023
1 parent 2262c02 commit 9e62270
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ typically have tons of margin there.
### Step 1: install videojitter

1. Make sure you have [Python][] installed.
- On Windows, you can get it from the Microsoft Store, or just run
`winget install python`.
- On Windows, run `winget install Python.Python.3.12 --source=winget`.
- Do not use the Microsoft Store Python app as [pipx is not compatible with
it][pipx-issue1164].
2. Make sure you have [FFmpeg][] installed.
- On Windows, you can install it by running `winget install ffmpeg`.
- You don't need FFmpeg if you don't need to generate a test video, e.g. you
Expand Down Expand Up @@ -332,6 +333,7 @@ See [`src/README`][].
[Panasonic AMS3]:
https://industrial.panasonic.com/cdbs/www-data/pdf/ADD8000/ADD8000C6.pdf
[pipx]: https://pypa.github.io/pipx/
[pipx-issue1164]: https://github.com/pypa/pipx/issues/1164
[problems-faq]: FAQ.md#are-there-setups-videojitter-may-struggle-with
[Python]: https://www.python.org/
[this guide]: INSTRUMENT.md
Expand Down

0 comments on commit 9e62270

Please sign in to comment.