From 301d6ce86586e8dea6fe3efe5cd4d81b81779857 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sun, 25 Jan 2026 22:59:00 +0000 Subject: [PATCH] Add pip install instructions to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 213f20e..b559180 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,20 @@ Coupled with [`agentbox`](https://github.com/rcarmo/agentbox), you can use it to - **No Authentication** - this is meant to be used inside a dedicated container, and you should set up an authenticating reverse proxy like `authelia` - **No Encryption (TLS/HTTPS)** - again, this is meant to be fronted by something like `traefik` or `caddy` +## Installation + +Install from PyPI: + +```bash +pip install textual-webterm +``` + +Or install directly from GitHub: + +```bash +pip install git+https://github.com/rcarmo/textual-webterm.git +``` + ## Quick Start ### Serve a Terminal