Commit 85a1ebd0 authored by Wenxi XU's avatar Wenxi XU
Browse files

Update file README.md

parent 4ec28676
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,12 @@ sudo apt install --no-install-recommends git cmake ninja-build gperf \
```
### You should have a virtual environment if Python tells you to do so

可以提前更换PIP源:
```shell
pip install --upgrade pip --index-url https://mirrors.sustech.edu.cn/pypi/web/simple
pip config set global.index-url https://mirrors.sustech.edu.cn/pypi/web/simple
```

```shell
pip install west
```