- Clone repo
- Create a virtualenv
- Active virtualenv
- Install dependences
- Copy and edit your .env file
- Run tests
git clone https://github.com/dssantos/NumeroPorExtenso.git numeroporextenso
cd numeroporextenso
python -m venv .numeroporextenso
source .numeroporextenso/bin/activate
pip install -r requirements-dev.txt
cp contrib/env-sample .env
cat .env
python manage.py test