Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Raspberry Pi 4

This device runs the webserver and hosts the website where users can upload their messages

Delpoy

Using python 3.10.x, we create a virtualenv:

virtualenv env --python=python3.10
source env/bin/activate
pip install -r requirements.txt
python3 app.py