> ## Documentation Index
> Fetch the complete documentation index at: https://hangulpy.uiharu.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 설치하기

> hangulpy 설치와 개발 환경 준비

## 설치

```bash theme={null}
pip install hangulpy
```

## 업그레이드

```bash theme={null}
pip install -U hangulpy
```

## 가져오기

```python theme={null}
from hangulpy import josa, romanize
```

## 개발용 설치

저장소를 직접 열고 테스트까지 실행하려면 아래처럼 설치하면 됩니다.

```bash theme={null}
pip install -e .[dev]
python -m pytest -o addopts=''
```
