This guide walks you through setting up your Pytherin project locally from unzipping the folder to running it on your machine in minutes.


🛠️ Quick Start

1. Unzip the template

Unzip the folder you downloaded and open it in your code editor (VS Code recommended).


2. Create a virtual environment

python3 -m venv venv
source venv/bin/activate   # On Windows: venv\\Scripts\\activate

3. Install Reflex

pip install reflex
reflex init

4. Install dependencies

pip install python-dotenv
pip3 install stripe
pip install kinde-python-sdk 

5. Set up your external services