Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 7, 2025
1 parent dd8eac2 commit b7a741c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Eelbrain can then be used from this environment, for example through `Jupyter La
(eelbrain) $ jupyter lab
.. SEEALSO::
Mamba is an extension of `Conda <https://conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_. The Conda documentation provides more information on `environments <https://conda.io/docs/user-guide/tasks/manage-environments.html>`_.


Updating
^^^^^^^^

In an existing environment, Eelbrain can generally be updated with the following command (assuming the target environment is currently active):

.. code-block:: bash
Expand All @@ -93,9 +100,6 @@ The currently installed version can be displayed with the ``mamba list`` command
Sometimes Mamba may run into difficulties while updating and it may be easier to create a new environment instead.

.. SEEALSO::
Mamba is an extension of `Conda <https://conda.io/projects/conda/en/latest/user-guide/getting-started.html>`_. The Conda documentation provides more information on `environments <https://conda.io/docs/user-guide/tasks/manage-environments.html>`_.


Making your analysis future-proof
---------------------------------
Expand Down

0 comments on commit b7a741c

Please sign in to comment.