Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatizing development #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sugestions for installing using make
  • Loading branch information
GomesMarcos committed Mar 1, 2023
commit e3465a291a1bc003f57642066664123e5337c75b
16 changes: 16 additions & 0 deletions docs/03_tutorial_tecnico.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Tutorial

Se você chegou até aqui, significa que quer ajudar tecnicamente de alguma forma com o `notas-musicais`.

## Dependências de desenvolvimento

O `notas-musicais`, atualmente, se fundamenta em algumas ferramentas:
* `pyenv` - gerenciador de versões do python
* `python 3.11.1` - linguagem principal do `notas-musicais`
* `poetry` - gerenciador de dependencias

## Instalação

Após verificar as
Execute o comando `make install` para instalação e configuração do projeto
Para verificar que tudo está ok, execute os teste unitários com `make cover`.