Installation
Requirements
Python 3.10 or later
git
Optional:
fuse-overlayfsfor overlay filesystem worktree isolationOptional: the
richpackage for better logging (pip install rich)
Installing from Source
Install directly from GitHub using pip:
$ pip install git+https://github.com/whot/papagai
Development Installation
For development, clone the repository and use uv:
$ git clone https://github.com/whot/papagai
$ cd papagai
$ uv run papagai --help
Verifying Installation
After installation, verify that papagai is working:
$ papagai --help
You should see the help message with available commands.