Skip to content

grundrauschen/center-points

 
 

Repository files navigation

https://travis-ci.org/fu-berlin-swp-2014/center-points.svg?branch=master

https://coveralls.io/repos/fu-berlin-swp-2014/center-points/badge.png

centerpoints

This is an university software project from students of the FU Berlin. We plan to implement different algorithms to approximate centerpoints.

Development Setup

Run all commands in the root directory of the repository.

Setup virtualenv and install all requirements. $ setup_virtualenv.sh

Load virtualenv into your shell: $ source ./env/bin/active

To run the tests $ nosetests

Emulate a travis test run. This will run the tests and build the documentation. If this pass, travis-ci should pass as well. $ ./travis.sh

Documentation

The Documentation is available under: http://centerpoints.readthedocs.org/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%