You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2026. It is now read-only.
Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows: py 3 python3 python -- will run python --version and check for /.*3.7*/ first
On Not Windows: python3 python -- will run python --version and check for /.*3.7*/ first
Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows:
py 3python3python-- will runpython --versionand check for/.*3.7*/firstOn Not Windows:
python3python-- will runpython --versionand check for/.*3.7*/first