.whl file). The source archive contains matching source code (the .tar.gz file). A checksum is a fingerprint of a file’s bytes; comparing it helps detect a wrong or damaged download. The provenance file records where the package came from. You do not need to unzip the wheel or source archive to perform this installation.
Prerequisites
- Python 3.11 or newer with pip and virtual-environment support.
- Git 2.45 or newer for Git-backed operations.
- Windows for the v0 Instance-admission and execution paths. The Linux commands below cover package installation and CLI help only.
Download and verify
Download all four assets from the 0.1.0a3 release into one directory:peoplebot-0.1.0a3-py3-none-any.whlpeoplebot-0.1.0a3.tar.gzpeoplebot-0.1.0a3-public-provenance.jsonSHA256SUMS
SHA256SUMS. Letter case does not matter. Continue only if all four match.
On Linux:
OK for all three entries.
Install in a virtual environment
On Windows PowerShell, using an installed Python 3.11-or-newer interpreter:Expected result
The help output listsresolve-state, alpha-setup, alpha-adopt, and alpha-resume. The alpha commands exercise synthetic setup/adoption mechanics; their names do not mean they bootstrap a production agent.
Keep the matching source archive and provenance with the installed wheel. Read release capabilities before attempting an execution.
If Python, Git, or virtual-environment creation is unavailable, install the missing prerequisite before continuing. If the package cannot be imported, confirm you are running the virtual environment’s Python shown above.
Source: public adoption instructions and CLI implementation.