From 23871f4e9d7311ba24642899a578c7d412c7294f Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Wed, 13 Jun 2018 12:36:07 +1000 Subject: [PATCH] Minor spell check to installation instructions --- docs/installation.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/installation.txt b/docs/installation.txt index 8e52d0134..9c2255f39 100644 --- a/docs/installation.txt +++ b/docs/installation.txt @@ -2,9 +2,10 @@ Installation ============ -The lastes stable release of Tupak can be installed simply from +The lastest stable release of Tupak can be `pip-installed +<https://pypi.org/project/TUPAK/>`_ from -.. code-block: console +.. code-block:: console $ pip install tupak @@ -50,7 +51,7 @@ Installing lalsuite ------------------- For many gravitational-wave related examples you'll need access to the -`lalsuite <https://wiki.ligo.org/DASWG/LALSuite>` tool set. These should be +`lalsuite <https://wiki.ligo.org/DASWG/LALSuite>`_ tool set. These should be installed by default in the requirements. However, if you have problems with your installation, you can first try to install the simple way: -- GitLab