Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS:Rebuild Title Database: Difference between revisions

From Hacks Guide Wiki
 
Line 37: Line 37:
# In this new window, enter the following commands one at a time:
# In this new window, enter the following commands one at a time:
## <code>py -3 -V</code>
## <code>py -3 -V</code>
##* The capital V is important. Don't use a lowercase v.
##* If this does not print the Python version, it is either not installed correctly, or the wrong command was used. Please read the note above.
##* If this does not print the Python version, it is either not installed correctly, or the wrong command was used. Please read the note above.
## <code>py -3 -mpip install --user -r requirements.txt</code>
## <code>py -3 -mpip install --user -r requirements.txt</code>