From 690ee72e005c126a24a84b25369c029efe836ef5 Mon Sep 17 00:00:00 2001 From: Maximilian von Unwerth <16807286+vonunwerth@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:26:44 +0200 Subject: [PATCH 1/2] Added missing code block --- installation/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/manual.rst b/installation/manual.rst index 9d47cae..eecdb96 100644 --- a/installation/manual.rst +++ b/installation/manual.rst @@ -106,7 +106,7 @@ And create a new virtual environment called :code:`mad_env` in your home directo Whenever you see :code:`python3` or :code:`pip3` in the documentation, use :code:`~/mad_env/bin/python3` and :code:`~/mad_env/bin/pip3` instead. And, of course, use a different environment location for different python tools. -You can activate the virtual environment via `source ~/mad_env/bin/activate`. This makes sure you can simply call `python3` or `pip3` wherever you are and it will perform all commands with the Python version and the dependencies form your virtualenvironment. Have a look at `this `_ or `this `_ link for more information. +You can activate the virtual environment via :code:`source ~/mad_env/bin/activate`. This makes sure you can simply call `python3` or `pip3` wherever you are and it will perform all commands with the Python version and the dependencies form your virtualenvironment. Have a look at `this `_ or `this `_ link for more information. .. _sec_manual_mad: From 3181cf049e9b0f4a098d427a1ef85c7055732667 Mon Sep 17 00:00:00 2001 From: Maximilian von Unwerth <16807286+vonunwerth@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:28:13 +0200 Subject: [PATCH 2/2] Added missing code blocks --- installation/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/manual.rst b/installation/manual.rst index eecdb96..10388c1 100644 --- a/installation/manual.rst +++ b/installation/manual.rst @@ -106,7 +106,7 @@ And create a new virtual environment called :code:`mad_env` in your home directo Whenever you see :code:`python3` or :code:`pip3` in the documentation, use :code:`~/mad_env/bin/python3` and :code:`~/mad_env/bin/pip3` instead. And, of course, use a different environment location for different python tools. -You can activate the virtual environment via :code:`source ~/mad_env/bin/activate`. This makes sure you can simply call `python3` or `pip3` wherever you are and it will perform all commands with the Python version and the dependencies form your virtualenvironment. Have a look at `this `_ or `this `_ link for more information. +You can activate the virtual environment via :code:`source ~/mad_env/bin/activate`. This makes sure you can simply call :code:`python3` or :code:`pip3` wherever you are and it will perform all commands with the Python version and the dependencies form your virtualenvironment. Have a look at `this `_ or `this `_ link for more information. .. _sec_manual_mad: