Python-3.11.1 | Python Dependencies |
Sphinx 패키지는 일부 구조화된 텍스트 형식을 다양한 형식의 보기 좋은 문서로 변환하기 위한 도구 세트입니다.
이 패키지는 LFS 12.1 플랫폼을 사용하여 빌드하고 제대로 작동하는 것으로 알려져 있습니다.
모듈을 빌드합니다.
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
이제 루트 사용자로
pip3 install --no-index --find-links=dist --no-cache-dir --no-user sphinx
cython-0.29.36 및 pytest-8.0.0이 설치되어 있지만 다른 선택적 종속성은 설치되어 있지 않다고 가정하면 다음 명령으로 설치를 테스트할 수 있습니다:
python3 -m venv --system-site-packages testenv &&
source testenv/bin/activate &&
pip3 install html5lib filelock &&
python3 -m pytest
deactivate