Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README #102

Merged
merged 1 commit into from
Aug 7, 2018
Merged
Changes from all 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
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
GW-DetChar - A python package for gravitational-wave detector characterisation
==============================================================================
# GWDetChar - A python package for gravitational-wave detector characterisation

[![Build Status](https://travis-ci.org/gwdetchar/gwdetchar.svg?branch=master)](https://travis-ci.org/gwdetchar/gwdetchar)
[![Coverage Status](https://coveralls.io/repos/github/gwdetchar/gwdetchar/badge.svg?branch=master)](https://coveralls.io/github/gwdetchar/gwdetchar?branch=master)

This package provides a set of python utilities for gravitational-wave detector characterisation and data quality.

Contributing
------------
## Installation

GWDetChar is not yet distributed using any package managers, but you can install it directly from the repositor via

```bash
python -m pip install git+https://github.com/gwdetchar/gwdetchar.git
```

## Contributing

This package is maintained by [@duncanmmacleod](//github.com/duncanmmacleod), but all members of the LIGO Scientific Collaboration and the Virgo Collaboration should feel free to contribute code.

Expand Down