From 3deb414246568dd5fb1a4862b7620ac7d94fc553 Mon Sep 17 00:00:00 2001 From: drewoldag <47493171+drewoldag@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:48:03 -0700 Subject: [PATCH] One more small edit. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16aebbc..59393d4 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ implemented in PyTorch; then chances are FIBAD is the right tool for you! ## Getting Started To get started with FIBAD, clone the repository and create a new virtual environment. -If you plan to develop code, run the optional ``.setup_dev.sh`` script. +If you plan to develop code, run the ``.setup_dev.sh`` script. ``` >> git clone https://github.com/lincc-frameworks/fibad.git >> conda create -n fibad python=3.10 ->> bash .setup_dev.sh (Optional) +>> bash .setup_dev.sh (Optional, for developers) ``` ## Additional Information