Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 316 Bytes

File metadata and controls

19 lines (16 loc) · 316 Bytes

Python Rio de Janeiro

Para clonar o projeto

git clone git@github.com:pythonrio/pythonrio-novo-site-estatico.git

Configurando o ambiente:

cd site-python-rio
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Para rodar o Lektor

lektor server