diff --git a/Setup/PHP 7.4.txt b/Setup/PHP 7.4.txt new file mode 100644 index 0000000..f822d9a --- /dev/null +++ b/Setup/PHP 7.4.txt @@ -0,0 +1,4 @@ +Para instalar o PHP vá para o link https://www.php.net/downloads.php +e baixe o arquivo de acordo com seu sistema. Se estiver no mac ou no LInux, +Instale algum dos arquivos de cima, caso estiver no windows, vá em Windows e +instale o arquivo adequado. \ No newline at end of file diff --git a/Setup/Python 3.6.txt b/Setup/Python 3.6.txt new file mode 100644 index 0000000..1c5cc0a --- /dev/null +++ b/Setup/Python 3.6.txt @@ -0,0 +1,7 @@ +### ATENÇÃO ### +Por conta de incompatibilidades com as versões 3.7 e 3.8, o +Python deve ser instalado em sua versão 3.6 +Segue o link para dowload: +https://www.python.org/downloads/ +Faça o scroll para baixo e clique em "Baixar" na coluno onde estará escrito Python 3.6 +No setup, clique no final na opção "adicionar ao path" e seu python estará configurado para uso pelo cmd. \ No newline at end of file diff --git a/Setup/setup.bat b/Setup/setup.bat new file mode 100644 index 0000000..57d45d1 --- /dev/null +++ b/Setup/setup.bat @@ -0,0 +1,10 @@ + +pip install speech_recognition +pip install os +pip install pyaudio +pip install gtts +pip install playsound +pip install matplotlib +pip install requests +pip install bs4 +pip install numpy \ No newline at end of file