Linux From Scratch - Version 12.1-systemd | ||
---|---|---|
Chapter 8. Installing Basic System Software | ||
이전 | 위로 / 처음으로 | 다음 |
Wheel-0.42.0 | Ninja-1.11.1 |
Setuptools는 파이썬 패키지의 다운로드, 빌드, 설치, 업그레이드, 제거에 사용되는 도구입니다.
패키지를 빌드합니다.
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
패키지를 설치합니다.
pip3 install --no-index --find-links dist setuptools