-
Python/python-pptx 사용자 가이드 - 2. 설치코딩/Python 2024. 6. 5. 16:53728x90
https://python-pptx.readthedocs.io/en/latest/user/install.html
Installing
python-pptx is hosted on PyPI, so installing with pip is simple:
python-pptx는 PyPI에서 호스팅되므로 pip를 사용하여 설치하는 것은 간단하다.
pip install python-pptx
python-pptx depends on the lxml package and Pillow, the modern version of the Python Imaging Library (PIL). The charting features depend on XlsxWriter. Both pip and easy_install will take care of satisfying these dependencies for you, but if you use the setup.py installation method you will need to install the dependencies yourself.
Currently python-pptx requires Python 2.7 or 3.3 or later. The tests are run against 2.7 and 3.8 on Travis CI.
python-pptx는 lxml 패키지와 PIL(Python Imaging Library)의 최신 버전인 Pillow에 의존한다. 차트 기능은 XlsxWriter에 따라 다르다. pip와 easy_install 모두 이러한 종속성을 충족시켜 주지만 setup.py 설치 방법을 사용하는 경우 종속성을 직접 설치해야 한다.
현재 python-pptx에는 Python 2.7 또는 3.3 이상이 필요하다. 테스트는 Travis CI에서 2.7 및 3.8에 대해 실행된다.
Dependencies
- Python 2.6, 2.7, 3.3 or later
- lxml
- Pillow
- XlsxWriter (to use charting features)
728x90'코딩 > Python' 카테고리의 다른 글
Python/python-pptx 사용자 가이드 - 4. 프리젠테이션 (0) 2024.06.05 Python/python-pptx 사용자 가이드 - 3. 시작 (0) 2024.06.05 Python/python-pptx 사용자 가이드 - 1. 소개 (0) 2024.06.05 Python/Pandas DataFrame에 대한 팁 (0) 2024.05.22 Python/통계에 따른 로또 번호 생성기 (2) 2024.05.09