# Extras

## pyconfig-win-3.X.Y.h

A file copied from the Python 3.X.Y Windows distribution, to simplify
the build, since the embedded archive does not include it.

To get it:

- on a Windows machine
- go to <https://www.python.org/ftp/python/>
- enter the 3.X.Y folder
- get the `python-3.X.Y-amd64.exe`
- install it
- go to `C:\Users\ilg\AppData\Local\Programs\Python\Python3X\include`
- copy `pyconfig.h`
- rename

## python3-config-win.sh

A script used to help configure the Windows build.
