From 5be86c7860b74f6275db26722b63f5e84d2932dc Mon Sep 17 00:00:00 2001 From: Sebastian Khan Date: Thu, 19 Jul 2018 14:53:56 -0400 Subject: [PATCH] add installation from source (#53) * add installation from source * fix typo * try to make collin happy * update readme * Update README.rst --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 05d6ab7..6a84250 100644 --- a/README.rst +++ b/README.rst @@ -7,10 +7,20 @@ A python package for Bayesian Inference of gravitational-wave experimental data. Installation ============= +You can download the latest gwin release from pypi using pip + :: pip install gwin +If you want to install from source then +`clone the repository `_ +and then run the following in your source code directory. + +:: + + pip install . + Documentation =============