feat: add Windows setup script and update README/README_EN #659
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Descrição
Este Pull Request adiciona um script de configuração simplificado para Windows (
setup_windows.ps1) e atualiza os arquivosREADME.mdeREADME_EN.mdpara incluir instruções de instalação e execução do projeto no ambiente Windows. Com isso, usuários do Windows não precisam mais usar Makefile, Chocolatey ou WSL para rodar o projeto.Mudanças Propostas
setup_windows.ps1para instalação automática das dependências e execução do projeto.README.mdeREADME_EN.mdcom instruções de instalação no Windows.Checklist de Revisão
Comentários Adicionais
O script detecta automaticamente se o Poetry já está instalado e faz a instalação se necessário. Ele também seleciona a versão mais alta do Python disponível (3.9+), garantindo maior flexibilidade para o usuário.
Issue Relacionada
Closes #639