1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 05:22:40 +02:00

Automatic translation import

This commit is contained in:
Faris NyanNyan
2025-04-20 07:08:01 +00:00
parent dee46da43e
commit b434c8b1b3
159 changed files with 5774 additions and 137 deletions

View File

@@ -12,11 +12,11 @@ O Python não está instalado no computador que você está usando. Baixe-o do [
:::details ModuleNotFoundError: No module named 'pyfatfs'
The pyfatfs module, which is needed to use the MSET9 installer on macOS, isn't installed on your computer.
O módulo pyfatfs, necessário para usar o instalador MSET9 no macOS, não está instalado no seu computador.
1. Open a separate Terminal window
2. Type `python3 -m pip install pyfatfs`, then press Enter
3. Start again from [Section I Step 3](installing-boot9strap-\(mset9-cli\)#section-i---prep-work)
1. Abra uma janela de Terminal separada
2. Digite `python3 -m pip install pyfatfs`, depois pressione Enter
3. Comece novamente da [Seção I Passo 3](installing-boot9strap-\(mset9-cli\)#section-i---prep-work)
:::