Installation
Set up your development environment and run your first tinychat example.1
Clone the repository
Clone the tinychat repository from GitHub.
2
Create a virtual environment
Create and activate a Python virtual environment for your project.
3
Install dependencies
Install tinychat and its dependencies using uv.
Verify installation by checking the installed packages with
uv pip list.4
Run your first example
Run the ping pong example to see tinychat in action.
You should see message exchanges demonstrating basic processor communication.