Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 353 Bytes

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"