Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikparuchuri/sports-stats

Try to rethink sports statistics.
https://github.com/vikparuchuri/sports-stats

Last synced: about 10 hours ago
JSON representation

Try to rethink sports statistics.

Awesome Lists containing this project

README

        

Sports Stats
====================

Overview
---------------------
This repository is used for analysis of sports statistics.

This is licensed under the APACHE license, please see LICENSE.txt for details.

Installation
---------------------
You will need to have python 2.7 installed, and ideally a virtualenv installed.

You will also need to follow the installation directions for [percept](http://percept.readthedocs.org/en/latest/installation/overview.html).

Then, you can do the following:

```
git clone [email protected]:VikParuchuri/sports-stats
cd sports-stats
sudo xargs -a apt-packages.txt apt-get install
Activate virtualenv if you are using one
pip install -r requirements.txt
```

How to Contribute
-----------------
Contributions are very welcome. The easiest way is to fork this repo, and then
make a pull request from your fork.

Please contact vik dot paruchuri at gmail with any questions or issues.