Skip to content

Commit

Permalink
Add development notes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Dec 31, 2018
1 parent 7184c59 commit 69e70dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ Alternatively, detecting the correct compression module based on the file extens
with tarfile.open('some-archive.tar.zstd', 'r') as archive:
archive.extractall()
Development
-----------

Install the project's dependencies with :code:`pip install .[zstd]`.

Run the tests via :code:`python3 setup.py test`.

0 comments on commit 69e70dd

Please sign in to comment.