From ba1f7efe2159615ac4f4e6f66f114220a4b8e61d Mon Sep 17 00:00:00 2001 From: adrianciu Date: Wed, 4 Dec 2024 14:04:31 +0200 Subject: [PATCH] TVB-2113: updated licenses and the documentation --- .../packages_accepted.xml | 38 +++++++++---------- .../UserGuide/UserGuide-Installation.rst | 24 ++++++++++++ 2 files changed, 43 insertions(+), 19 deletions(-) diff --git a/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml b/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml index a87813c5e1..62f5f7ac99 100644 --- a/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml +++ b/tvb_build/tvb_build/third_party_licenses/packages_accepted.xml @@ -237,7 +237,7 @@ - + @@ -1197,7 +1197,7 @@ - + @@ -1637,7 +1637,7 @@ - + @@ -1699,7 +1699,7 @@ - + @@ -2053,7 +2053,7 @@ - + @@ -2214,7 +2214,7 @@ - + @@ -2602,7 +2602,7 @@ - + @@ -2674,7 +2674,7 @@ - + @@ -3064,7 +3064,7 @@ - + @@ -3074,7 +3074,7 @@ - + @@ -3084,7 +3084,7 @@ - + @@ -3434,7 +3434,7 @@ - + @@ -3505,7 +3505,7 @@ - + @@ -3708,7 +3708,7 @@ - + @@ -4433,7 +4433,7 @@ - + @@ -4739,7 +4739,7 @@ - + @@ -5476,7 +5476,7 @@ - + @@ -5517,7 +5517,7 @@ - + @@ -6035,7 +6035,7 @@ - + diff --git a/tvb_documentation/manuals/UserGuide/UserGuide-Installation.rst b/tvb_documentation/manuals/UserGuide/UserGuide-Installation.rst index 098aa35981..d948831560 100644 --- a/tvb_documentation/manuals/UserGuide/UserGuide-Installation.rst +++ b/tvb_documentation/manuals/UserGuide/UserGuide-Installation.rst @@ -45,6 +45,7 @@ Launching the application In the TVB_Distribution folder you should find a sub-folder `bin` with a number of scripts: +- activate_tvb_env - tvb_start - tvb_clean - tvb_stop @@ -137,6 +138,29 @@ A Python shell will appear. $ ./distribution.sh start COMMAND_PROFILE +Activate the conda environment +.............................. + +On Windows, from the terminal, you can run the conda environment activation script or you can double click on the script + +.. code-block:: bash + + $ activate_tvb_env.bat + +On Linux, from the terminal, you can run the conda environment with source: + +.. code-block:: bash + + $ source activate_tvb_env.sh + +On Mac, from the terminal, you can run the conda environment with source: + +.. code-block:: bash + + $ source activate_tvb_env.command + +After activating the Conda environment, you can modify the currently installed Python packages. + Configuring TVB ---------------