Skip to content

Commit

Permalink
updated doco to use environment.yml for installing conda dependencies
Browse files Browse the repository at this point in the history
these dependencies were necessary to install via conda rather than pip on macOS ARM.
  • Loading branch information
pellet committed Dec 9, 2024
1 parent 90fc2a3 commit 25e987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Use the following commands to download the repo, create and activate a conda or

.. code-block:: bash
conda create -n "eeg-expy" python=3.8 git pip
conda env create -f environment.yml -n "eeg-expy"
conda activate "eeg-expy"
Expand Down

0 comments on commit 25e987d

Please sign in to comment.