flask-webpage Make a simple webpage using flask and python Nessecarry steps to run flask server: sudo apt-get install python3-venv python3 -m venv flask source flask/bin/activate pip install -r requirements.txt