Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will need to install VIsual studio 2017 or later with ARM64 C/C++ toolchain installed. See detailed instructions here https://devguide.python.org/setup/#windows .

When you finish compiling, if you are on Windows 11, make sure to remove python.exe and python3.exe from the ‘app execution aliases’ or it will open the Windows store when you type python or python3 on Powershell.

After the dependencies are installed. Please checkout CPython source code from GitHub and run the following command to build python

...