Swap order of install instructions around

This commit is contained in:
Jie Tang
2016-06-20 12:05:34 -07:00
parent 92d5c9458a
commit f59ec3d287

View File

@@ -71,15 +71,8 @@ installing the dependencies for the remaining environments.
Installing everything Installing everything
--------------------- ---------------------
Once you're ready to install everything, run ``pip install -e '.[all]'`` (or ``pip install 'gym[all]'``). To install the full set of environments, you'll need to have some system
packages installed. We'll build out the list here over time; please let us know
MuJoCo has a proprietary dependency we can't set up for you. Follow
the
`instructions <https://github.com/openai/mujoco-py#obtaining-the-binaries-and-license-key>`_
in the ``mujoco-py`` package for help.
For the install to succeed, you'll need to have some system packages
installed. We'll build out the list here over time; please let us know
what you end up installing on your platform. what you end up installing on your platform.
On OSX: On OSX:
@@ -94,6 +87,13 @@ On Ubuntu 14.04:
apt-get install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libboost-all-dev libsdl2-dev swig apt-get install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libboost-all-dev libsdl2-dev swig
MuJoCo has a proprietary dependency we can't set up for you. Follow
the
`instructions <https://github.com/openai/mujoco-py#obtaining-the-binaries-and-license-key>`_
in the ``mujoco-py`` package for help.
Once you're ready to install everything, run ``pip install -e '.[all]'`` (or ``pip install 'gym[all]'``).
Supported systems Supported systems
----------------- -----------------