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 1 commit
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
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:gwastro/gwin.git
ccd gwin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be cd.

pip install .


Documentation
Expand Down