Skip to content

choldi/demoTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install instructions:

Requeriments:

  • Python3
  • pip3

Clone repo

git clone https://github.com/choldi/demoTerminal

Enter to download directory

cd demoTerminal

Execute to install prerequisites

bash setup.sh

Load virtual environment

source venv/bin/activate

Change to app to run the app

cd app

start flask

flask run -h 0.0.0.0