Skip to main content

Installing Dependencies

System Requirements

  1. Python 3.10 (or later)
  2. Optional: Poetry if you want to build your minimal frontend in Python
  3. 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