Development

You can help to develop this library.

Issues

You can submit issues using https://github.com/python-windrose/windrose/issues

Clone

You can clone repository to try to fix issues yourself using:

$ git clone https://github.com/python-windrose/windrose.git

Run unit tests

Run all unit tests

$ pytest -vv tests

Run a given test

$ pytest -vv tests/test_windrose.py::test_windrose_np_plot_and_pd_plot

Install development version

$ python setup.py install

or

$ sudo pip install git+https://github.com/python-windrose/windrose.git

Collaborating

  • Fork repository
  • Create a branch which fix a given issue
  • Submit pull requests