Skip to content

Commit 0ca9ce3

Browse files
committed
Update pipx install.
1 parent 714dc50 commit 0ca9ce3

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,34 @@ XRobot is a suite of automated code generation tools for embedded systems (e.g.,
1717

1818
## 🔧 安装 / Installation
1919

20+
### 使用pipx安装 (Install via `pipx`)
21+
22+
windows
23+
24+
```ps
25+
python -m pip install --user pipx
26+
python -m pipx ensurepath
27+
pipx install xrobot
28+
pipx ensurepath
29+
# Restart your terminal
30+
```
31+
32+
linux
33+
34+
```bash
35+
sudo apt install pipx
36+
pipx install xrobot
37+
pipx ensurepath
38+
# Restart your terminal
39+
```
40+
41+
### 使用pip安装 (Install via `pip`)
42+
2043
```bash
2144
pip install xrobot
2245
```
2346

24-
或从源码安装:
47+
### 从源码安装 (Install from source)
2548

2649
Or install from source:
2750

0 commit comments

Comments
 (0)