Add pip install instructions to README

This commit is contained in:
GitHub Copilot
2026-01-25 22:59:00 +00:00
parent a6d280fe81
commit 301d6ce865
+14
View File
@@ -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