Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 670 Bytes

File metadata and controls

43 lines (28 loc) · 670 Bytes

Robyn and FastUI

This is a simple example project that shows how to use FastUI with Robyn.

Is it possible?

Well README file at the FastUI repository says so, but we need to try it...

How to run

Clone the repo

git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials

Change directory to the example

cd examples/robyn-fastui

Create a virtual environment

  • Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate

Install the requirements

pip install -r 'requirements.txt'

Run the application

python app.py