- Sistema Operacional | Operating System: Windows, macOS ou Linux.
- Python: Versão 3.8 ou superior.
- Git: Controle de versão.
- Docker: (Opcional) Para ambientes isolados.
- Conta em Plataforma de Nuvem: AWS, Azure ou Google Cloud (para soluções avançadas).
- Baixe o Python no site oficial.
- Verifique a instalação:
python --version
- Baixe o Git no site oficial.
- Verifique a instalação:
git --version- Baixe o Docker Desktop no site oficial.
- Verifique a instalação:
docker --versiongit clone https://github.com/seu-usuario/Master-Prompt-Engineering-AI-Agents.git
cd Master-Prompt-Engineering-AI-Agentspython -m venv venv
source venv/bin/activate # Para Linux/macOS
venv\Scripts\activate # Para Windows- Se o repositório já tiver um arquivo requirements.txt:
pip install -r requirements.txt-
AWS: aws configure
-
Azure: Usar o CLI do Azure.
-
Google Cloud: Configurar via SDK do GCP.
- Verifique se o Python está ativo:
python --version- Verifique se o Docker está em execução:
docker ps- Teste a instalação do Git:
git --version- Verifique se o Python foi adicionado ao PATH durante a instalação.
- Verifique se o Docker Desktop está em execução.