Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added


https://www.lynda.com/Flask-tutorials/Flask/521231/529877-4.html

...

mkdir ./testflask

cd testflask

virtualenv venv

source ./venv/bin/activate

sudo pip install flaskpip install flask   (no need for sudo )


Other installationm

https://stackoverflow.com/questions/34785690/execute-hello-world-with-flask-importerror-no-module-named-flask


Firefox Install:

apt-get install firefox

apt-get install xorg


firefox &

python myfile.py 



------------------------------------------------------------------

...