diff --git a/docs/README.rst b/docs/README.rst index 340274bd..6c84acab 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -18,22 +18,29 @@ The output is here: Building locally: ================= To build locally, one needs Python, Sphinx, LaTeX, sphinxcontrib-bibtex and Make. + The recommended way is to install Anaconda, the latest release from: https://www.anaconda.com/download/ Please use Python 3.6, 64 bit! -After installing, start the Anaconda Prompt and install all dependencies by running: +Once the installer has finished, open the Anaconda Prompt and update your installation by running: .. code-block:: ruby conda update conda conda update anaconda conda config --append channels conda-forge - conda install future sphinx sphinxcontrib-bibtex make - conda list + conda install future + +To install the dependencies, open the Anaconda Prompt and run +.. code-block:: ruby + + conda install sphinx sphinxcontrib-bibtex make + conda list + All tools that are required to generate the HTML and PDF are now installed! -Open the Anaconda prompt and run +To generate the HTML and PDF output, open the Anaconda prompt again, and run .. code-block:: ruby