Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.51 KB

install_windows.md

File metadata and controls

18 lines (11 loc) · 1.51 KB

Installing dependencies on Windows (automated)

We provide a PowerShell script for installing all required dependencies. Please note that this script is still experimental.

Prerequisites:

  • Download the current pre-built release for Windows from https://github.com/Microsoft/malmo/releases (for example: Malmo-0.31.0-Windows-64bit_Python3.6.zip)
  • Extract the contents to a directory (for example $env:HOMEPATH\Malmo-0.31.0-Windows-64bit_Python3.6)

Steps:

  1. Open a Powershell and run Set-ExecutionPolicy -Scope CurrentUser Unrestricted (Details)
  2. cd $env:HOMEPATH\Malmo-0.31.0-Windows-64bit_Python3.6\scripts
  3. .\malmo_install.ps1

Depending on your setup, you may be asked to confirm a switch to "Run as Administrator" (for checking and installing dependencies). In case you run into problems, please follow the manual installation instead. If you find a problem that has not yet been reported, please raise a new issue (please check the gitter channel and existing issues to see whether the problem is known, before raising a new issue).

To test if everything is installed correctly, you can launch minecraft with the Malmo mod, and launch an example agent, as detailed here.