From 19da72a98486195efb6c0863d97fed12444a5be2 Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Wed, 18 Jul 2018 17:23:06 -0400 Subject: [PATCH] add installation from source --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 05d6ab7..8a9eb5e 100644 --- a/README.rst +++ b/README.rst @@ -4,12 +4,14 @@ A python package for Bayesian Inference of gravitational-wave experimental data. |TravisCI| |LatestDocs| |CodeClimate| |Coveralls| -Installation -============= +Installation From Source +======================= :: - pip install gwin + git clone git@github.com:gwastro/gwin.git + ccd gwin + pip install . Documentation