설치

빠른 설치 명령

선호하는 패키지 관리자를 사용해 기존 환경에 dartpy 를 추가하세요:

uv add dartpy                 # uv (recommended for Python-first projects)
pip install dartpy --pre      # PyPI wheels (Linux x86_64, CPython 3.14)
pixi add dartpy               # Pixi environment
conda install -c conda-forge dartpy

지원 플랫폼

PyPI에 올라온 사전 빌드 wheel은 현재 다음 구성을 지원합니다:

플랫폼 / Python

상태

Linux x86_64 / CPython 3.14

dartpy wheel(7.0.0.dev0, pip install --pre)로 배포됨

그 외 CPython 버전 및 플랫폼

⚠️ 최신 wheel이 없으므로 conda-forge, pixi 또는 소스 빌드를 사용하세요

참고

현재 PyPI에 올라간 최신 패키지는 프리릴리스(7.0.0.dev0)입니다. 해당 빌드를 사용하려면 pip 명령에 --pre 플래그를 추가해야 하며, 그렇지 않으면 pip가 마지막 안정 버전(0.2.x) wheel로 되돌아갑니다. 최신 배포 현황은 PyPI의 dartpy 프로젝트 페이지 에서 확인하세요.

소스에서 빌드

If you need a configuration that is not covered by the pre-built packages, build the Python bindings locally by following the instructions in Python API 레퍼런스 or the developer knowledge base. Building requires a full DART build with the nanobind-based dartpy target enabled and a matching Python toolchain.