Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Jun 22, 2017
1 parent ad03c42 commit c870cc7
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 475 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Contributing
============
First clone this repository (optional: and a virtual env).
Note that we support **Python 3.5+**.

Install in development mode:

.. code-block:: bash
$ pip install -e .[dev]
Write your patch ...

Run the tests:

.. code-block:: bash
$ pytest -v
Loading

0 comments on commit c870cc7

Please sign in to comment.