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

add installation from source #53

Merged
merged 5 commits into from
Jul 19, 2018
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@ 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

Installation From Source in a python virtual environment
========================================================

If you want to install from source then clone the repository
and then run the following

::

pip install .


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