Skip to content

pythonsudeste/pythonsudeste_documentacao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Sudeste

Para rodar crie um ambiente virtual usando Python 3 e instale:

$ pip install -r requirements.txt

Depois para fazer build das mudanças:

$ make html

Para checar os arquivos ou abra no seu navegador a partir da pasta build qualquer arquivo html ou sirva usando Python ;)

$ cd build
$ python -m "http.server"