如何在 Mac 上下载 Python.h 头文件?

How to download Python.h header file on Mac?

我正在尝试编写 Python C 扩展并且我正在 mac。我知道如何在 Linux 上安装 Python.h 头文件,但我不知道如何在 Mac 上安装。如何安装?

Python 头文件是 Mac 上的一个框架。您必须像这样包含它:

#include <Python/Python.h>