From c9507d13657a55f964e03838ca4e5fcf1c9e4775 Mon Sep 17 00:00:00 2001 From: Nathaniel Morgan <47866137+nathanielmorgan@users.noreply.github.com> Date: Tue, 28 May 2024 15:31:15 -0600 Subject: [PATCH] Update README.md Updated the text to build and use MATAR in the scripts folder --- scripts/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 02daf969..3d4fb760 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -1,5 +1,10 @@ -## Building MATAR with Anaconda -It is advised to use the Anaconda package manager to build the MATAR examples as follows: +Please read the homepage documentation first. The documentation listed here repeats what is listed on the homepage and adds a few additional details to help users with building and using MATAR. + +We encourage developers to use Anaconda, making the build process as simple as possible. Anaconda can be installed on Mac and Linux OSs. At this time, Windows users must install Anaconda inside WSL-2. To use the anaconda package, follow the steps for your platform to install [anaconda](https://docs.anaconda.com/free/anaconda/install/index.html)/[miniconda](https://docs.conda.io/en/latest/miniconda.html)/[mamba](https://mamba.readthedocs.io/en/latest/installation.html). + + +## Building MATAR inside Anaconda +It is advised to use the Anaconda package manager to build the MATAR examples and tests. Within a terminal, go to where you want to build MATAR, and follow the steps listed below here. 1. Create an environment and activate: ```