Skip to content

wilsonsilva/hello-misop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Mesop

An to try Google's new Mesop web framework.

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Running

Enter the virtual environment, if you haven't done already:

source .venv/bin/activate

Start the app:

mesop counter.py
mesop hello_world.py