Skip to content

Commit 6d04ef5

Browse files
Clarify supported platforms in README
1 parent b46bda6 commit 6d04ef5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
[MuJoCo](http://mujoco.org/) is a physics engine for detailed, efficient rigid body simulations with contacts. `mujoco-py` allows using MuJoCo from Python 3.
44

5-
Upgrade note: Since version 1.50.1.0, only Python 3 is supported. Python 2 users can stay on the [`0.5` branch](https://github.com/openai/mujoco-py/tree/0.5). The latest release there is [`0.5.7`](https://github.com/openai/mujoco-py/releases/tag/0.5.7) which can be installed with `pip install mujoco-py==0.5.7`.
6-
75
## Synopsis
86

7+
### Requirements
8+
9+
The following platforms are currently supported:
10+
11+
- Linux with Python 3.5.2. See [the `Dockerfile`](Dockerfile) for the canonical list of system dependencies. Support for Python 3.6 [is planned](https://github.com/openai/mujoco-py/issues/52).
12+
- OS X with Python 3.5.2. Support for Python 3.6 [is planned](https://github.com/openai/mujoco-py/issues/52).
13+
- Windows (experimental) with Python 3.5.2. See [the Appveyor file](https://github.com/openai/mujoco-py/blob/master/.appveyor.yml#L16-L32) for the canonical list of dependencies.
14+
15+
Python 2 has been desupported since [1.50.1.0](https://github.com/openai/mujoco-py/releases/tag/1.50.1.0). Python 2 users can stay on the [`0.5` branch](https://github.com/openai/mujoco-py/tree/0.5). The latest release there is [`0.5.7`](https://github.com/openai/mujoco-py/releases/tag/0.5.7) which can be installed with `pip install mujoco-py==0.5.7`.
16+
917
### Install MuJoCo
1018

1119
1. Obtain a 30-day free trial on the [MuJoCo website](https://www.roboti.us/license.html)
@@ -24,8 +32,6 @@ To include `mujoco-py` in your own package, add it to your requirements like so:
2432
```
2533
mujoco-py<1.50.2,>=1.50.1
2634
```
27-
If you encounter errors during installation, please refer to [the `Dockerfile`](Dockerfile) for the canonical list of system dependencies on Linux.
28-
2935
To play with `mujoco-py` interactively, follow these steps:
3036
```
3137
$ pip install -U 'mujoco-py<1.50.2,>=1.50.1'

0 commit comments

Comments
 (0)