tencent_im_python/ ├── README.md # 项目说明文档(本文件) ├── requirements.txt # Python 依赖 ├── setup.py # C++ 扩展编译脚本 ├── CMakeLists.txt # CMake 编译配置 ├── build.sh # Linux/macOS 编译脚本 ├── build.bat # Windows 编译脚本 │ ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.