docs: separate user and developer installation

This commit is contained in:
banteg
2025-12-29 20:16:56 +04:00
parent 718f465b55
commit 2dc6a61fa6
2 changed files with 23 additions and 16 deletions
+15
View File
@@ -2,6 +2,21 @@
This document describes the internal architecture and module responsibilities.
## Development Setup
```bash
# Clone and enter the directory
git clone https://github.com/banteg/takopi
cd takopi
# Run directly with uv (installs deps automatically)
uv run takopi --help
# Or install locally from the repo to test outside the repo
uv tool install .
takopi --help
```
## Module Responsibilities
### `exec_bridge.py` — Main Entry Point