Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,22 +180,13 @@ then we need to create an environment for running the code in.
In Windows, the directory path will be :file:`C:\\Users\\<username>\\repos\\WiPPLPy`.

#. Create a Mamba_ environment using the packages from
:file:`mamba_environment.yml`. If you are on a Windows computer (even if you
are using WSL) or Mac computer that doesn't use the silicon processor you
can do so by running:
:file:`mamba_environment.yml`. If you are on Windows, Linux, or macOS that
doesn't use the silicon processor you can do so by running:

.. code-block:: bash

mamba env create -f ./mamba_environment.yml

If you are on a Linux computer then you need to install MDSplus separately by running:

.. code-block:: bash

mamba env create -f ./mamba_environment_linux.yml
mamba activate WiPPLPy
mamba install mdsplus

If you are on a computer that uses the Mac silicon processor you can do so by

.. code-block:: bash
Expand Down
15 changes: 0 additions & 15 deletions mamba_environment_linux.yml

This file was deleted.

Loading