From b85c39c2caeffe67c73b857345f6beb322596100 Mon Sep 17 00:00:00 2001 From: atharva-2001 Date: Mon, 9 Oct 2023 16:51:32 +0530 Subject: [PATCH] fix --- docs/installation.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8fe7d5586f3..8c2c54a956b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,8 +44,12 @@ this method by following the steps described below. .. warning:: Currently the conda forge installation doesn't work. It's recommended to install from the specific releases using pip- - $ pip install git+https://github.com/tardis-sn/tardis.git@{tag} - For example- `pip install git+https://github.com/tardis-sn/tardis.git@release-2023.09.17` + + `$ pip install git+https://github.com/tardis-sn/tardis.git@{tag}` + + For example- + + `pip install git+https://github.com/tardis-sn/tardis.git@release-2023.09.17` ::