docs: add Windows installation guide - #14
Merged
Merged
Conversation
This was referenced Jul 17, 2026
用戶反映不知道如何在 Windows 安裝 FinMind MCP。現有 install/*.md 的
指令都以 macOS / Linux 為前提(bash、export、~ 路徑、假設已有 pipx/uvx),
Windows 使用者缺前置步驟。
新增:
- install/windows.md — Windows 專用安裝指引:
- 方式 A:winget / PowerShell 安裝 uv(免先裝 Python,推薦)
- 方式 B:pipx(已有 Python 3.10+),含 pipx ensurepath 與重開視窗提醒
- Token 設定:PowerShell $env: 與 setx 語法、推薦直接填 host 設定檔 env
- 6 個 host 設定檔的 Windows 路徑對照表(%APPDATA% / %USERPROFILE%)
- 常見問題:GUI 應用(Claude Desktop)讀不到終端機 PATH → where.exe 查
完整路徑填 command、JSON 反斜線要寫 \\、系統匣 Quit 完全重啟、winget 不存在
修改(各加一行指到 windows.md):
- README.md — host 表格下加 Windows 使用者註記
- install/claude-desktop.md、claude-code.md、cursor.md、windsurf.md、
gemini-cli.md、codex.md — 安裝套件段落後加 Windows 指引連結
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
linsamtw
force-pushed
the
docs/windows-install
branch
from
July 17, 2026 05:05
1c139df to
03b83ec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
用戶反映不知道如何在 Windows 安裝 FinMind MCP。現有
install/*.md指令都以 macOS / Linux 為例(bash、export、~路徑),且假設使用者已有pipx/uvx,Windows 使用者缺前置步驟。內容
新增
install/windows.md,涵蓋:pipx ensurepath)$env:/setx),並建議直接填 host 設定檔env區塊%APPDATA%/%USERPROFILE%)where.exe查完整路徑填command\\winget的替代方案修改 8 檔:README host 表格下加 Windows 註記;6 個 host 安裝文件在「安裝套件」段落後各加一行連到
windows.md。純文件變更,不動程式碼與
knowledge/(不影響 wheel 內容與 Custom GPT bundle)。🤖 Generated with Claude Code