MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / help_info

Function help_info

tools/env_utility.py:86–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 return None
85
86def help_info():
87 print(
88 "**********************************************************************************\n"
89 "* Help infomation:\n"
90 "* Git tool install step.\n"
91 "* If your system is linux, you can use command below to install git.\n"
92 "* $ sudo yum install git\n"
93 "* $ sudo apt-get install git\n"
94 "* If your system is windows, you should download git software(msysGit).\n"
95 "* Download path: http://git-scm.com/download/win\n"
96 "* After you install it, be sure to add the git command execution PATH \n"
97 "* to your system PATH.\n"
98 "* Usually, git command PATH is $YOUR_INSTALL_DIR\\Git\\bin\n"
99 "* If your system is OSX, please download git and install it.\n"
100 "* Download path: http://git-scm.com/download/mac\n"
101 "**********************************************************************************\n"
102 )
103
104
105def touch_env(use_gitee=False):

Callers 1

touch_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected