Skip to content

Commit 8c5a4cb

Browse files
committed
fix: es info
1 parent beee731 commit 8c5a4cb

File tree

2 files changed

+49
-2
lines changed

2 files changed

+49
-2
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# QuakeWatch-Pro
6+
7+
## 概述
8+
9+
QuakeWatch-Pro 是一款專為地震儀 (ES 系列) 設計的配套軟體,可透過 USB Type-C 串列埠 (UART) 連接地震儀,並顯示地震波形資料。
10+
11+
## 環境
12+
13+
- Python `3.11.13`
14+
15+
## 下載
16+
17+
- [GitHub](https://github.com/ExpTechTW/QuakeWatch-Pro)
18+
19+
## 準備
20+
21+
- cd 到 QuakeWatch-Pro 的目錄
22+
23+
```bash
24+
cd ./Documents/GitHub/QuakeWatch-Pro
25+
```
26+
27+
:::tip
28+
29+
路徑根據自己的實際情況修改。
30+
31+
:::
32+
33+
## 安裝依賴
34+
35+
```bash
36+
pip install -r requirements.txt
37+
```
38+
39+
:::warning
40+
41+
建議使用 `python3 -m venv venv` 建立虛擬環境,並使用 `source venv/bin/activate` 使用虛擬環境。
42+
43+
:::
44+
45+
## 執行
46+
47+
- 執行 `python main.py`

docs/product/es/recovery.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
sidebar_position: 4
2+
sidebar_position: 5
33
---
44

5-
# Recovery
5+
# 恢復
66

77
###

0 commit comments

Comments
 (0)