File tree Expand file tree Collapse file tree 2 files changed +49
-2
lines changed Expand file tree Collapse file tree 2 files changed +49
-2
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 11---
2- sidebar_position : 4
2+ sidebar_position : 5
33---
44
5- # Recovery
5+ # 恢復
66
77###
You can’t perform that action at this time.
0 commit comments