Skip to content

Commit

Permalink
Updating README for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dwetherby committed Oct 22, 2020
1 parent 3c422b3 commit 8fc5640
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

The latest release of the MCS Python library is `0.3.0`.
The latest release of the MCS Python library is `0.3.1`.

### Virtual Environments

Expand Down Expand Up @@ -34,26 +34,26 @@ Here are the instructions for downloading and installing our latest Unity releas

### Unity Application

The latest release of the MCS Unity app is `0.3.0`.
The latest release of the MCS Unity app is `0.3.1`.

Please note that our Unity App is built on Linux. If you need a Mac or Windows version, please [contact us](#troubleshooting) directly.

1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.0/MCS-AI2-THOR-Unity-App-v0.3.0.x86_64)
1. [Download the Latest MCS Unity App](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.1/MCS-AI2-THOR-Unity-App-v0.3.1.x86_64)

2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.0/MCS-AI2-THOR-Unity-App-v0.3.0_Data.tar.gz)
2. [Download the Latest MCS Unity Data Directory TAR](https://github.com/NextCenturyCorporation/MCS/releases/download/0.3.1/MCS-AI2-THOR-Unity-App-v0.3.1_Data.tar.gz)

3. Ensure that both the Unity App and the TAR are in the same directory.

4. Untar the Data Directory:

```
tar -xzvf MCS-AI2-THOR-Unity-App-v0.3.0_Data.tar.gz
tar -xzvf MCS-AI2-THOR-Unity-App-v0.3.1_Data.tar.gz
```

5. Mark the Unity App as executable:

```
chmod a+x MCS-AI2-THOR-Unity-App-v0.3.0.x86_64
chmod a+x MCS-AI2-THOR-Unity-App-v0.3.1.x86_64
```

### Training Datasets
Expand Down

0 comments on commit 8fc5640

Please sign in to comment.