Linux From Scratch - Version 12.1-systemd | ||
---|---|---|
Chapter 8. Installing Basic System Software | ||
이전 | 위로 / 처음으로 | 다음 |
MarkupSafe-2.1.5 | Systemd-255 |
Jinja2는 간단한 파이썬 템플릿 언어를 구현하는 Python 모듈입니다.
패키지를 빌드합니다.
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
패키지를 설치합니다.
pip3 install --no-index --no-user --find-links dist Jinja2