Skip to content

Commit dbc8933

Browse files
committed
Docs: Clarify collapsed installation headers
1 parent 0f2d577 commit dbc8933

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ See the [MHKiT documentation](https://mhkit-software.github.io/MHKiT) for more i
3434

3535
[MHKiT-Python](https://github.com/MHKiT-Software/MHKiT-Python) requires [Python (3.10-3.12)](https://www.python.org/).
3636

37+
See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information.
38+
3739
<details>
3840

39-
<summary>Option 1: Install with Anaconda/Miniconda (Recommended)</summary>
41+
<summary>Install with Anaconda/Miniconda (Recommended)</summary>
4042

41-
### Option 1: Install With Anaconda/Miniconda
43+
### Install With Anaconda/Miniconda
4244

4345
It is recommended to use the [Anaconda Python Distribution](https://www.anaconda.com/distribution/) (a fully featured Python installer with a GUI)
4446
or [Miniconda](https://docs.anaconda.com/miniconda/#quick-command-line-install) (a lightweight installer with the `conda` command line utility).
@@ -70,9 +72,9 @@ Visual Studio Code has [instructions for using Python environments in VS Code](h
7072

7173
<details>
7274

73-
<summary>Option 2: Clone Repository from GitHub</summary>
75+
<summary>Clone Repository from GitHub</summary>
7476

75-
### Option 2: Clone Repository from GitHub
77+
### Clone Repository from GitHub
7678

7779
This option is recommended for MHKiT-Python users who want access to example notebooks and developers.
7880

@@ -150,9 +152,9 @@ MHKiT can then be installed into that environment using any of the provided meth
150152

151153
<details>
152154

153-
<summary>Option 3: Module-specific Install from Python</summary>
155+
<summary>Module-specific Install using Pip</summary>
154156

155-
### Option 3: Module-specific Install from Python
157+
### Module-specific Install using Pip
156158

157159
A slim version of MHKiT-Python can be installed to reduce the number of dependencies and potential conflicts with other software.
158160
This installation utilizes pip's optional dependencies installation.

0 commit comments

Comments
 (0)