Skip to content

Latest commit

 

History

History
executable file
·
19 lines (19 loc) · 557 Bytes

README.MD

File metadata and controls

executable file
·
19 lines (19 loc) · 557 Bytes

General Dev ToolBox for Python 3.X

For Git Repository, to add ToolBox as a submodule, use Git and run:

cd "{%ThePathOfGitRepository%}"
git submodule add "https://github.com/YUDONGLING/TOOLBOX.git" "Pkg"

For Git Repository, to checkout ToolBox, use Git and run:

git submodule init
git submodule update

For Windows Filesystem, use CMD and run:

mklink /j "{%ThePathYouLikeToUseToolBox%}\Pkg" "{%ThePathOfTheToolBox%}"

For MacOS Filesystem, use Termail and run:

ln -s {%ThePathOfTheToolBox%} {%ThePathYouLikeToUseToolBox%}/Pkg