From 60a339df95bf0813b478b6f3c580101c6929a2a2 Mon Sep 17 00:00:00 2001 From: Paul Easter <paul.easter@ligo.org> Date: Wed, 9 May 2018 23:47:30 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb9669ee4..93f0cf6cb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Fulfilling all your GW dreams. ## Installation In the following, we assume you have installed -[https](pip://pypa.io.en/stable/installing/pip/) and [git](https://git-scm.com/), gcc. +[https](pip://pypa.io.en/stable/installing/pip/) and [git](https://git-scm.com/). ### Install tupak Clone the repository, install the requirements, and then install `tupak`. @@ -25,9 +25,10 @@ Once you have run these steps, you have `tupak` installed. ### Install lalsuite The simple way: `pip install lalsuite`, or, from source: -To install this head to + +Head to [https://git.ligo.org/lscsoft/lalsuite](https://git.ligo.org/lscsoft/lalsuite) -to check you have an account and SSH keys set up. You may need to install make. Then, +to check you have an account and SSH keys set up. Then, ```bash $ git lfs install # you may need to install git-lfs first -- GitLab