# 安装依赖
install:
	pip install -r requirements.txt

# 运行示例
run-example:
	source ./venv/bin/activate && python example.py