Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
caue-alves authored Aug 5, 2020
1 parent 7c40899 commit 52eb9e5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Setup/PHP 7.4.txt
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 7 additions & 0 deletions Setup/Python 3.6.txt
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions Setup/setup.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 52eb9e5

Please sign in to comment.