You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uv venv
$ source .venv/bin/activate
$ uv sync
# 새로운 패키지를 설치할 경우
$ uv add {package}
방법#2 - pip 사용 시
$ pip install flask kafka-python PyYAML
# requirements.txt 파일을 사용할 경우
$ pip install -r requirements.txt
실행 방법
$ ./app.py -h
usage: app.py [-h] -c CONF [-m]
options:
-h, --help show this help message and exit
-c CONF, --conf CONF config file (required)
-m, --mock run mock api server along