poc
This commit is contained in:
11
README.md
11
README.md
@ -1,11 +1,18 @@
|
||||
## Abstract
|
||||
登山路線規劃小幫手⛰️
|
||||
一個基於 Python + Streamlit 的網頁應用程式,讀取使用者上傳的 GPX 檔案並提供詳細的路線統計、互動式地圖、海拔分析圖及天氣預報等。
|
||||
|
||||
## Requirements
|
||||
* Hardware
|
||||
* MacbookPro14 2021
|
||||
* Software
|
||||
* MacOS 15.5
|
||||
* Python 3.13+
|
||||
* Docker 28.1.1
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
uv sync
|
||||
uv run streamlit run hiking_assistant/main.py
|
||||
```
|
||||
|
||||
## Dirs
|
||||
* **tests**
|
||||
|
||||
Reference in New Issue
Block a user