File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch
7373
7474### 3.2.2. 一些 python 软件包
7575
76- 因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。采用清华源是为了加快安装速度。
76+ 因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。
7777
7878``` shell
79- $ pip3 install kconfiglib -i https://pypi.tuna.tsinghua.edu.cn/simple
79+ $ pip3 install git+ https://github.com/sysprog21/Kconfiglib
8080```
8181
8282另外还需要一些软件包用于 rttpkgtool 打包。
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-
5151
5252``` shell
5353sudo apt install scons python3-pip
54- pip install kconfiglib
54+ pip install git+https://github.com/sysprog21/Kconfiglib
5555```
5656### 4.2.3. 编译
5757
You can’t perform that action at this time.
0 commit comments