You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Montei um ambiente para contribuir aqui, como descrito neste artigo, mas encontrei alguns problemas:
meu ambiente está montado para Python 3, então para criar o virtualenv usei:
virtualenv -p /usr/bin/python2.7 --prompt "(grupy-df)" venv
O Pillow não queria instalar de jeito nenhum, então forcei a versão para 2.6.1 no requirements.txt:
pillow==2.6.1
O github não quis baixar o tema (malt) como parte do projeto,
* nem usando --recursive:
git clone --recursive https://github.com/ocarneiro/grupydf.github.io.git
* nem com submodule:
git submodule update --init --recursive
(acabei baixando o projeto malt como zip e abrindo na pasta...)
Pensei em contribuir com as soluções 1 e 2 no artigo original, mas para o terceiro problema ainda não tenho uma solução. Alguma ideia?
The text was updated successfully, but these errors were encountered:
Montei um ambiente para contribuir aqui, como descrito neste artigo, mas encontrei alguns problemas:
virtualenv -p /usr/bin/python2.7 --prompt "(grupy-df)" venv
pillow==2.6.1
* nem usando --recursive:
git clone --recursive https://github.com/ocarneiro/grupydf.github.io.git
* nem com submodule:
git submodule update --init --recursive
(acabei baixando o projeto malt como zip e abrindo na pasta...)
Pensei em contribuir com as soluções 1 e 2 no artigo original, mas para o terceiro problema ainda não tenho uma solução. Alguma ideia?
The text was updated successfully, but these errors were encountered: