-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c40899
commit 52eb9e5
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |