From 2cfbe845062475caad01d18c3f2461fdbcb56800 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Mon, 20 Nov 2023 11:36:30 -0500 Subject: [PATCH] Step 0 does not affect the end result It is helpful to point out that these steps do not make changes to their babs project. I pointlessly got into the habit of doing this every time. --- docs/source/walkthrough.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/source/walkthrough.rst b/docs/source/walkthrough.rst index 4f616977..28865899 100644 --- a/docs/source/walkthrough.rst +++ b/docs/source/walkthrough.rst @@ -63,8 +63,13 @@ as the working directory in this example walkthrough: $ mkdir -p ~/babs_demo $ cd babs_demo -Before you start, to test if you have all the dependencies -(including ``datalad-osf``) installed properly, let's try installing +Step 0: Ensure dependencies and data access +=========================================== + +(Optional) + +Before you start, you can test if you have all the dependencies +(including ``datalad-osf``) installed properly. Let's try installing the toy, multi-session BIDS dataset you'll use in this example walkthrough: .. code-block:: console