diff --git a/installation/manual.rst b/installation/manual.rst index 9d47cae..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 `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: