This guide walks you through setting up your Pytherin project locally from unzipping the folder to running it on your machine in minutes.
Unzip the folder you downloaded and open it in your code editor (VS Code recommended).
python3 -m venv venv
source venv/bin/activate # On Windows: venv\\Scripts\\activate
pip install reflex
reflex init
pip install python-dotenv
pip3 install stripe
pip install kinde-python-sdk