diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 34eefe5..015fb1b 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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\\\\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 diff --git a/mamba_environment_linux.yml b/mamba_environment_linux.yml deleted file mode 100644 index 90ff2a2..0000000 --- a/mamba_environment_linux.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: WiPPLPy -channels: - - defaults - - anaconda - - conda-forge -dependencies: - - python=3.9 - - jupyter - - numpy - - scipy - - matplotlib - - tqdm - - configobj - - pyyaml - - sphinx