From 5a7e34990fdb7b7cf5a231728607af435f423988 Mon Sep 17 00:00:00 2001 From: Alan Cleary Date: Tue, 22 Oct 2024 14:18:13 -0600 Subject: [PATCH] Updated software installation instruction in README.md Added a note on how to open a terminal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1b704..562b951 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ See the [Vertex AI Quickstart instructions](https://cloud.google.com/vertex-ai/d Installing Software All software for this module is installed via [Conda](https://docs.conda.io/en/latest/). -To set up the module's Conda environment and install all the software, open a Terminal in JupyterLab and run the following command: +To set up the module's Conda environment and install all the software, open a Terminal in JupyterLab (File -> New Launcher -> Terminal) and run the following command: ```bash bash -i ./NIGMS-Sandbox-Pangenomics-Module/scripts/0-setup.sh ```