Skip to content

HurleyKane/project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csdn博客:https://blog.csdn.net/qq_41588285/article/details/138529626?spm=1001.2014.3001.5502
github:https://github.com/HurleyKane/pybind_study

# 打包方法,控制台
```
python setup.py sdist # 打包成压缩包
python setup.py bdist_wheel # 打包成whl,该打包完成后可以直接利用pip工具进行安装, 需要安装wheel
python setup.py build
python setup.py install
```

# 正式安装方式
pip install git+https://github.com/HurleyKane/[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published