Skip to content

Commit

Permalink
AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Aug 3, 2021
1 parent 743997f commit bc960c0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
Installing
**********

The recommended way to use Eelbrain is in a separate `Conda environment <https://conda.io/docs/user-guide/tasks/manage-environments.html>`_, as described below. For other ways, see this `wiki page
<https://github.com/christianbrodbeck/Eelbrain/wiki/Installing>`_.

First, install the `Anacond Python distribution <https://www.anaconda.com/download>`_ (if you haven't already).

The recommended way to use Eelbrain is in a separate `Conda environment <https://conda.io/docs/user-guide/tasks/manage-environments.html>`_.
First, install the `Anacond Python distribution <https://www.anaconda.com/download>`_.
Then, create an environment file with the libraries you need (for example, use this `environment.yml <https://raw.githubusercontent.com/Eelbrain/Alice/main/environment.yml>`_ as a starting point), and create the environment::

$ conda env create --file=environment.yml

.. TIP::
If you often create new environments, use `Mamba <https://github.com/mamba-org/mamba#readme>`_ as replacement for Conda.

For other ways, see this `wiki page <https://github.com/christianbrodbeck/Eelbrain/wiki/Installing>`_.

0 comments on commit bc960c0

Please sign in to comment.