To use Reflex you need to have Python version 3.9 or above installed on your system.
python3 --version
Use the following command to install Reflex:
pip3 install reflex
Make sure the latest version of Reflex is installed:
reflex --version
Inside your root directory, run the following command to create a new app:
reflex init
You can now easily integrate pantry components within your app and personalize them.
Home
Pantry UI