I'm attempting to use git-filter-repo to remove large binaries from my repository. I have not used python before. I installed the latest python by clicking on the downloaded .exe file as that is a requirement of git-filter-repo. The instructions say:
git-filter-repo is a single-file python script, which was done to make installation for basic use trivial: just copy it into your $PATH
https://github.com/newren/git-filter-repo/#how-do-i-install-it
I have tried opening the git-filter-repo.py with the python application. I also can't use cd, ls, or dir in the python application.