You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will create a new directory (called MalmoPlatform) containing the Malmo GitHub project in your (current) working directory. By default, the master branch is downloaded. You can specify a branch using a string keyword argument (named branch) to the download function - which can be necessary if the malmo package was not installed recently and the download is for some reason done again.
86
85
87
-
Please remeber to set up the MALMO_XSD_PATH environment variable to point to the MalmoPlatform/Schemas directory.
88
-
i.e. full path of working dir and MalmoPlaftorm/Schema.
86
+
Please remember to set up the MALMO_XSD_PATH environment variable to point to the MalmoPlatform/Schemas directory.
87
+
i.e. full path of working dir and MalmoPlatform/Schema.
89
88
90
89
Alternatively, you could set it in Python temporarily with a `malmo.minecraftbootstrap.set_malmo_xsd_path();` statement after the
91
-
`import malmo.minecraftbootstrap;` module import in the python commands below.
90
+
`import malmo.minecraftbootstrap;` module import in the python command below.
92
91
93
92
You can now launch Minecraft from your working directory:
0 commit comments