Skip to content

fuleige/libs411

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装

# 当前目录下执行命令即可
pip install .

构建包并上传

# 安装库
pip install build twine

# 构建包上传
# 1. 源码打包构建 (跨平台性好)
pip -m build --sdist
twine upload dist/*

# 2. 构建wheel文件 (需要构建多个平台)
pip -m build --wheel
twine upload dist/*

About

for 411 development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages