-
-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Simon Olofsson edited this page Dec 5, 2021
·
5 revisions
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.
- Install it using pip:
pip install pyttman
- Navigate to the directory where you want to develop your Pyttman app
- Start a project using the command
pyttman new app {app_name}
- You now have a template Pyttman app. Run it with the shell client using
pyttman dev {app_name}
, or add clients tosettings.py
and have your digital assistant app up in seconds. - 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