Skip to content

Commit 3451a7d

Browse files
BeneODevclaude
andauthored
docs: say what the installation section is before the first step (#17)
It opened with "1. Install uv" and left the shape of the thing to be inferred from the steps: that there is no clone, no virtual environment to make, no git, and that the package comes from the index on demand. That is the reason somebody would pick this route, and it was the one thing the section did not say. The container route gets a pointer from here too, since this section is where a reader arrives first and it is not the only way to run the server. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent cde6285 commit 3451a7d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ cut access if anything looks wrong.
227227

228228
## Installation
229229

230+
The simplest way to run the server — no clone, no manual virtual environment,
231+
no `git`. `uvx` fetches and runs it on demand from
232+
[PyPI](https://pypi.org/project/benethos-lexware-office-mcp/) (published as
233+
`benethos-lexware-office-mcp`). To run it in a container instead, see
234+
[In a container](#in-a-container).
235+
230236
**1. Install uv**, if you have not already — the
231237
[uv installation page](https://docs.astral.sh/uv/getting-started/installation/)
232238
covers every platform. It brings `uvx`, and that is the only thing needed

0 commit comments

Comments
 (0)