Installing Dependencies
System Requirements
- Python 3.10 (or later)
- Optional: Poetry if you want to build your minimal frontend in Python
- Optional: Deno, if you want to build your minimal frontend in TypeScript.
Install Parlant
If you haven't already, please refer to the installation page to get set up with the Parlant server and client SDK(s).
Preparation
To keep things nice and organized for this tutorial, let's start by creating the top-level directory for all the different parts we'll be working on.
$ mkdir parlant-tutorial
$ cd parlant-tutorial