Get Started
Quickstart
Get started with Davia in minutes by following these simple steps.
Prerequisites
Davia requires Python 3.11 or higher. Make sure you have the correct Python version installed before proceeding.
1. Install Davia
First, install Davia using pip:
2. Create Your First App
Create a new Python file, for example welcome.py, and add the following code:
3. Run Your App
Run your Python file:
Alternatively, you can use the Davia CLI command instead of including app.run()
in your code:
Then run it with:
Quick demo: