Linux From Scratch - Version 12.1-systemd | ||
---|---|---|
Chapter 8. Installing Basic System Software | ||
이전 | 위로 / 처음으로 | 다음 |
Flit-Core-3.9.0 | Setuptools-69.1.0 |
Wheel은 파이썬 휠 패키징 표준을 구현한 파이썬 라이브러리입니다.
다음과 같이 Wheel을 컴파일 합니다.
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
Wheel을 설치합니다.
pip3 install --no-index --find-links=dist wheel