Installation
PyReact Framework requires Python 3.10 or higher.
Stable Release
Install the latest stable version from PyPI:
pip install pyreact-framework
Development Version
Install the latest development version from GitHub:
pip install git+https://github.com/wanbnn/pyreact.git
Requirements
PyReact Framework automatically installs the following dependencies:
watchdog>=3.0.0- File system monitoring for hot reloadjinja2>=3.1.0- Template renderingpyyaml>=6.0- YAML configuration parsingclick>=8.1.0- CLI framework (alternative to argparse)
Verification
Verify your installation:
pyreact-framework --version
You should see output similar to:
PyReact Framework v1.0.1
Next Steps
Quick Start - Create your first PyReact app
Tutorial: Building a Todo App - Follow the step-by-step tutorial