Fixed indentation issues in Readme

This commit is contained in:
codemann8
2022-11-28 16:00:17 -06:00
parent a646fcd25a
commit 81def0dee8

View File

@@ -30,15 +30,15 @@ All feedback and dev conversation happens in the #ow-rando channel on the [ALTTP
# Installation from Source
1) Download the source code from the repository directly and put it in a folder of your choosing.
1. Download the source code from the repository directly and put it in a folder of your choosing.
2) You must have Python installed (version 3.7 - 3.10 supported), and ensure PATH is included during the installation.
2. You must have Python installed (version 3.7 - 3.10 supported), and ensure PATH is included during the installation.
3) This program requires all python dependencies that are necessary to run OW Randomizer. There are multiple ways to install them:
3. This program requires all python dependencies that are necessary to run OW Randomizer. There are multiple ways to install them:
- Try running ```pip install missingdependency``` or ```python -m pip install missingdependency``` on the command line (replace ```missingdependency``` with the specific package that is missing) to install the dependency.
- The simpler method, run (double-click) ```resources/ci/common/local_install.py``` to install all the missing dependencies as well.
4) Once installed, you should be able to run (double-click) ```Gui.py``` and the OWR program will appear, where you can select your desired settings.
4. Once installed, you should be able to run (double-click) ```Gui.py``` and the OWR program will appear, where you can select your desired settings.
See the following link if you have additional trouble: https://github.com/codemann8/ALttPDoorRandomizer/blob/OverworldShuffle/docs/BUILDING.md