Skip to content

Commit

Permalink
Minor: doc clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton committed May 27, 2016
1 parent 414a48e commit 2b3bc98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/install_linux.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Installing on Linux ##
## Installing dependencies for Linux ##

For a minimal installation of running a python agent, follow steps 1 and 3. Then see the Getting Started section below.

Expand All @@ -20,21 +20,21 @@ Then:

`sudo update-ca-certificates -f` (http://stackoverflow.com/a/29313285/126823)

### 2. Install Torch: ###
### 2. Optional: Install Torch: ###

If you don't want to use Malmo from Torch then you can skip this step.

Follow the instructions at http://torch.ch/docs/getting-started.html

Check that typing `th` works.

### 3. Install Mono: ###
### 3. Optional: Install Mono: ###

If you don't want to use Malmo from C# then you can skip this step.

Follow the instructions here: http://www.mono-project.com/docs/getting-started/install/linux/

### 4. Install ALE: ###
### 4. Optional: Install ALE: ###

If you want to use the Atari Learning Environment as an alternative back-end to Minecraft, you need a build that includes "_withALE"
and will need to install ALE as described here. If you don't want to use ALE then use a build that doesn't have "_withALE".
Expand Down

0 comments on commit 2b3bc98

Please sign in to comment.