pip install codet- 克隆仓库
git clone https://github.com/host452b/codet.git
cd codet- 安装依赖
pip install -e .或者安装开发依赖:
pip install -e ".[dev]"安装完成后,可以运行以下命令验证安装是否成功:
codet --version如果你想自己打包发布,可以按照以下步骤操作:
- 安装打包工具
pip install build twine- 构建包
python -m build- 上传到PyPI
python -m twine upload dist/*- Windows
- macOS
- Linux