# 빠른 시작 ## 설치하기 다음 명령어 중 하나를 실행해 PyAppleTree를 설치하세요. ::::{tab-set-code} :::{code-block} pip pip install PyAppleTree ::: :::{code-block} pipx pipx install PyAppleTree ::: :::{code-block} uv uv tool install PyAppleTree ::: :::{code-block} poetry poetry self add PyAppleTree ::: :::: 다음 명령어로 설치를 확인해보세요. ```bash appletree --version ``` ## 성능 분석해보기 PyAppleTree의 샘플링 프로파일러를 빠르게 실행해 보세요. [더 알아보기](../api/cli/analyze.md) ```bash appletree analyze ``` ## 기능 알아보기 PyAppleTree의 여러 기능을 [더 알아보기 문서](../start/learn.md)에서 알아보세요.