安装

python-pptx 托管在 PyPI 上,所以用 pip 安装很简单

pip install python-pptx

python-pptx 依赖于 lxml 包和 Pillow,现代版本的 Python 图像库(PIL)。图表功能依赖于 XlsxWriterpipeasy_install 都会为你满足这些依赖,但如果你使用 setup.py 安装方法,你需要自己安装这些依赖。

Currently python-pptx requires Python 2.7, 3.3, 3.4, or 3.6. The tests are run against 2.7 and 3.6 on Travis CI.

Dependencies

  • Python 2.6, 2.7, 3.3, 3.4, or 3.6

  • lxml

  • Pillow

  • XlsxWriter (to use charting features)