Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

micaelr95/IOT-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Para executar

  • Instalar o Python 3
  • Instalar o Pyvenv
    • $ pip install virtualenv
  • Fazer clone do repositório
  • Criar uma pasta do Pyvenv na pasta do projeto
    • $ virtualenv .
  • Ativar o Pyvenv
    • $ Scripts/activate
  • Instalar os requirements
    • $ pip install -r requirements.txt
  • Criar a variável de ambiente
    • set FLASK_APP=index.py
  • Correr servidor
    • flask run

About

IOT project using raspberry pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published