From e070d119b0e4365b93c4fbe7c77e9461c4bbcff1 Mon Sep 17 00:00:00 2001 From: Mark E Fuller Date: Wed, 1 Jul 2020 20:18:43 +0200 Subject: [PATCH] Update install.rst Correct dead link for Conda download (used link to miniconda, not full anaconda: https://www.anaconda.com/download/) Also inserted markup for code where missing (my last edit) --- doc/tutorial/install.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/tutorial/install.rst b/doc/tutorial/install.rst index d6f1128..07c701e 100644 --- a/doc/tutorial/install.rst +++ b/doc/tutorial/install.rst @@ -66,17 +66,23 @@ installed by pip. (See below.) * **Ubuntu** +.. code:: bash + sudo apt install python3 python3-numpy python3-scipy python3-matplotlib python3-pytest python3-pip cython3 * **Debian 5** or newer. You first have to become root because the sudo program is not configured by default:: +.. code:: bash + su - apt-get install python python-numpy python-scipy python-matplotlib python-pytest exit * **Fedora 32 and up** +.. code:: bash + sudo dnf install python3 python3-numpy python3-scipy python3-matplotlib python3-pytest python3-Cython @@ -100,7 +106,7 @@ Alternatively, you can install TAMkin in your home directory: pip install pytest --user # only needed to run unit tests Lastly, you can also install TAMkin with conda. (See -https://www.continuum.io/downloads) +https://conda.io/miniconda.html) .. code:: bash