-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f34685a
commit 22d2cf2
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule packages
updated
43 files
Submodule scripts
updated
9 files
+12 −6 | cmds/Kconfig | |
+24 −12 | cmds/cmd_menuconfig.py | |
+10 −3 | cmds/cmd_package/__init__.py | |
+29 −19 | cmds/cmd_package/cmd_package_update.py | |
+15 −18 | cmds/cmd_package/cmd_package_upgrade.py | |
+61 −9 | cmds/cmd_package/cmd_package_utils.py | |
+36 −10 | cmds/cmd_package/cmd_package_wizard.py | |
+4 −4 | package.py | |
+1 −1 | statistics.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 维护注意事项 | ||
|
||
## 如何升级Python版本 | ||
电脑上安装一个Python2.7环境,同时使用Pip安装requests模块,pip install requests, pip install Scons,把安装在C盘下的Python27文件夹复制到env下面替换原来的,同时要把C:\Windows\System32\python27.dll下的python27.dll也复制到python27文件夹下就可以了 | ||
# 维护注意事项 | ||
|
||
## 如何升级Python版本 | ||
电脑上安装一个Python2.7环境,同时使用Pip安装requests模块,pip install requests, pip install Scons,把安装在C盘下的Python27文件夹复制到env下面替换原来的,同时要把C:\Windows\System32\python27.dll下的python27.dll也复制到python27文件夹下就可以了 |