diff --git a/docs/user/installation.rst b/docs/user/installation.rst index 1e2f8fafd..2c211922e 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -27,7 +27,7 @@ Installing Python We recommend installing Python through Anaconda. Anaconda is a library that includes Python and many useful packages for Python, as well as an environment manager called conda that makes package management simple. -Follow `the installation instructions`_ for Anaconda here. Download and install Anaconda 3.x (at time of writing, 3.6). Then create a conda env for organizing packages used in Spinning Up: +Follow `the installation instructions`_ for Anaconda here. Download and install Anaconda3 (at time of writing, `Anaconda3-5.3.0`_). Then create a conda Python 3.6 env for organizing packages used in Spinning Up: .. parsed-literal:: @@ -51,6 +51,7 @@ To use Python from the environment you just created, activate the environment wi .. _`the installation instructions`: https://docs.continuum.io/anaconda/install/ +.. _`Anaconda3-5.3.0`: https://repo.anaconda.com/archive/ .. _`FreeCodeCamp`: https://medium.freecodecamp.org/why-you-need-python-environments-and-how-to-manage-them-with-conda-85f155f4353c .. _`Towards Data Science`: https://towardsdatascience.com/environment-management-with-conda-python-2-3-b9961a8a5097 .. _`documentation page from Conda`: https://conda.io/docs/user-guide/tasks/manage-environments.html @@ -140,4 +141,4 @@ And then check that things are working by running PPO in the Walker2d-v2 environ .. _`mujoco-py`: https://github.com/openai/mujoco-py -.. _`MuJoCo license`: https://www.roboti.us/license.html \ No newline at end of file +.. _`MuJoCo license`: https://www.roboti.us/license.html