diff --git a/content/index.ipynb b/content/index.ipynb index f53d9b4..5d88a77 100644 --- a/content/index.ipynb +++ b/content/index.ipynb @@ -198,10 +198,6 @@ "* Install [Spinal Cord Toolbox](https://spinalcordtoolbox.com/user_section/installation.html) {cite:p}`DeLeener201724`, eg\n", "\n", "```shell\n", - "# Install Python libaries\n", - "!wget -O requirements.txt https://raw.githubusercontent.com/shimming-toolbox/rf-shimming-7t/main/requirements.txt\n", - "!pip install -r requirements.txt\n", - "\n", "# Install SCT ⏳\n", "!git clone --depth 1 https://github.com/spinalcordtoolbox/spinalcordtoolbox.git\n", "!yes | spinalcordtoolbox/install_sct\n", @@ -211,14 +207,15 @@ "* Download the project repository\n", "\n", "```shell\n", - "git clone https://github.com/shimming-toolbox/rf-shimming-7t-neurolibre.git\n", - "cd rf-shimming-7t-neurolibre\n", + "git clone https://github.com/shimming-toolbox/rf-shimming-7t.git\n", + "cd rf-shimming-7t\n", + "git checkout mb/neurolibre\n", "```\n", "\n", "* Install requirements\n", "\n", "```shell\n", - "pip install -e binder/requirements.txt\n", + "pip install -r binder/requirements.txt\n", "```\n", "\n", "* Download data\n",