20 lines
1.5 KiB
Markdown
20 lines
1.5 KiB
Markdown
# Running from source
|
|
|
|
|Instruction|Image|
|
|
|-----------|-----|
|
|
|Get [python](http://python.org/downloads)|
|
|
|Get the [Door Randomizer Unstable source code](https://github.com/Aerinon/ALttPDoorRandomizer/archive/DoorDevUnstable.zip)|
|
|
|Install Platform-specific dependencies (see below)|
|
|
|Run `DungeonRandomizer.py` for command-line script|
|
|
|Run `Gui.py` for user interface|
|
|
|
|
## Platform-specific dependencies
|
|
|
|
|Platform|Command line|Image|
|
|
| :----: |------------|-----|
|
|
|Windows |`resources/ci/common/local_install.py`|
|
|
|`py` Launcher: 3.9 |`resources/ci/common/local_install.py --py 3.9`|
|
|
|`py` Launcher: 3.8 |`resources/ci/common/local_install.py --py 3.8`|
|
|
|`py` Launcher: 3.7 |`resources/ci/common/local_install.py --py 3.7`|
|
|
|`py` Launcher: 3.6 |`resources/ci/common/local_install.py --py 3.6`|
|