Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
"substitution",
]

myst_heading_anchors = 3

# do not start footnotes with transition, gives warnings/errors when
# foot notes are directly used after a heading.
myst_footnote_transition = False
Expand Down
10 changes: 8 additions & 2 deletions docs/installations/installation-on-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ To install OpenMS on macOS, run the following steps:
:width: 500px
```


To use {term}`TOPP` as regular app in the shell, add the following lines to the `~/.profile` file.

```bash
Expand All @@ -56,9 +55,16 @@ source ${OPENMS_TOPP_PATH}/.TOPP_bash_profile

Make sure `<OpenMS-PATH>` points to the folder where OpenMS is installed locally (e.g., `/Applications/OpenMS-<version>`)


## Install via Conda or Bioconda

Follow the equivalent <a href="installation-on-gnu-linux.html#install-via-conda">instructions for GNU/Linux</a>.
Follow [these](./installation-on-gnu-linux.md#install-via-conda) instructions for Unix-like systems.


## Build OpenMS from source

To build OpenMS from source, follow the build instructions for [macOS](https://abibuilder.cs.uni-tuebingen.de/archive/openms/Documentation/release/latest/html/install_mac.html).


## Known Issues

Expand Down