From 269676024dbed39d5f8ee17317bec58c8b4c2140 Mon Sep 17 00:00:00 2001 From: DavAug Date: Sun, 26 Nov 2023 13:03:21 +0100 Subject: [PATCH] tweaks --- docs/source/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 1402ee10..a88412ac 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -39,7 +39,8 @@ This page provides tutorials to illustrate some of Chi's functionality, and a de Install instructions -------------------- -Installing Chi requires two steps: 1. installation of a c-library called sundials; and 2. installation of chi. +Chi can be installed in two steps (one step if you are using windows): +1. installation of a c-library called sundials; and 2. installation of chi. Step 1: Installation of sundials ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -61,7 +62,7 @@ You can install sundials on your computer by entering the below commands in your brew install sundials -- On Windows, sundials does not need to be installed manually. Myokit will install sundials automatically. +- On Windows, sundials does not need to be installed manually. Chi will install sundials automatically. Step 2: Installation of Chi ^^^^^^^^^^^^^^^^^^^^^^^^^^^