Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
add installation from source (#53)
Browse files Browse the repository at this point in the history
* add installation from source

* fix typo

* try to make collin happy

* update readme

* Update README.rst
  • Loading branch information
Cyberface authored and Collin Capano committed Jul 19, 2018
1 parent 0cf0f3f commit 5be86c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/gwastro/gwin/blob/master/CONTRIBUTING.md>`_
and then run the following in your source code directory.

::

pip install .


Documentation
=============
Expand Down

0 comments on commit 5be86c7

Please sign in to comment.