#00. Installation
Let's get the few tools we need for the whole walkthrough.
#Install the Telepact CLI
uv tool install --prerelease=allow telepact-cli#Install the Python library
We'll use this later for the client and server examples.
pip install --pre telepact requests#Check that everything is ready
telepact --help
python --version
curl --versionFrom here on, we'll assume:
telepactis on ourPATHpythonis availablecurlis availablewe are free to create small scratch files in our own working directory
Next: 01. Ping