Skip to content

Commit

Permalink
update anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
thorade authored Apr 12, 2018
1 parent 10cafed commit dd82438
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd82438

Please sign in to comment.