From 9729b794a3ff6539be5e77cbd1d954676a67f3c9 Mon Sep 17 00:00:00 2001 From: SorenHeidelbach Date: Thu, 19 Dec 2024 14:30:10 +0100 Subject: [PATCH] Update installation documentation to improve clarity and formatting --- docs/source/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index 27abfff..58a5427 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -21,7 +21,7 @@ python3 -m venv nanomotif source nanomotif/bin/activate pip install nanomotif ``` - +--- ## Check Installation Once installed, the installation can be checked by running: ```shell @@ -29,7 +29,7 @@ nanomotif check-installation ``` This runs a test run on a small dataset, ensuring everything works. - +--- ## MTase-linker Installation The MTase-Linker module has additional dependencies that are not automatically installed with Nanomotif. Therefore, before using this module, you must manually install these dependencies using the `MTase-linker install` command. The `MTase-linker` module requires that conda is available on your system.