Skip to content

Installation

Simon Olofsson edited this page Dec 5, 2021 · 5 revisions

Installation

Installing Pyttman is done with the PIP package manager.

Note! Pyttman requires Python 3.9.0 or higher.

Tip! We recommend the use of a virtual environment before proceeding with the steps below.

  1. Install it using pip: pip install pyttman
  2. Navigate to the directory where you want to develop your Pyttman app
  3. Start a project using the command pyttman new app {app_name}
  4. You now have a template Pyttman app. Run it with the shell client using pyttman dev {app_name}, or add clients to settings.py and have your digital assistant app up in seconds.
  5. Consult the documentation for guidance on how to use Pyttman to its full potential by integrating your app with a chat service or your own website.

Welcome to the Pyttman Wiki! Here you'll find all available documentation and tutorials for Pyttman.


Get started


Documentation


Contributors

Clone this wiki locally