From 19da72a98486195efb6c0863d97fed12444a5be2 Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Wed, 18 Jul 2018 17:23:06 -0400 Subject: [PATCH 1/5] 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 From 9c583798bb13a9b576c884a9d588897d21044c9b Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Wed, 18 Jul 2018 18:22:52 -0400 Subject: [PATCH 2/5] fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8a9eb5e..73dd66b 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Installation From Source :: git clone git@github.com:gwastro/gwin.git - ccd gwin + cd gwin pip install . From 7be21c379ad9ee4734e9c3a6682f011c401be1d6 Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Wed, 18 Jul 2018 22:52:41 -0400 Subject: [PATCH 3/5] try to make collin happy --- README.rst | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 73dd66b..53c10a6 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,23 @@ A python package for Bayesian Inference of gravitational-wave experimental data. |TravisCI| |LatestDocs| |CodeClimate| |Coveralls| -Installation From Source -======================= +Installation +============= + +You can download the latest gwin release from pypi using pip + +:: + + pip install gwin + +Installation From Source in a python virtual environment +======================================================== + +If you want to install from source then clone the repository +and then run the following :: - git clone git@github.com:gwastro/gwin.git - cd gwin pip install . From 2fb4d570d777c1e64dca8ba688dbdc804000ddf6 Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Thu, 19 Jul 2018 10:08:42 -0400 Subject: [PATCH 4/5] update readme --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 53c10a6..95586dc 100644 --- a/README.rst +++ b/README.rst @@ -13,10 +13,8 @@ You can download the latest gwin release from pypi using pip pip install gwin -Installation From Source in a python virtual environment -======================================================== - -If you want to install from source then clone the repository +If you want to install from source then +`clone the repository `_ and then run the following :: From 22020f5b189c509fc9678220fc5d5703bc9b0245 Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Thu, 19 Jul 2018 14:03:28 -0400 Subject: [PATCH 5/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 95586dc..6a84250 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ You can download the latest gwin release from pypi using pip If you want to install from source then `clone the repository `_ -and then run the following +and then run the following in your source code directory. ::