Skip to content

LiangsLi/PyToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyToolkit

My personal Python programming toolkit


在新项目中使用本项目,参考:


1、在新项目中使用本项目作为子项目:

git submodule add https://github.com/LiangsLi/PyToolkit

2、更新本地的子项目:

git submodule update --remote

3、克隆包含子项目的项目:

git clone <项目地址>
git submodule init
git submodule update --remote

或者

git clone <项目地址> assets --recursive

About

My personal Python programming toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages