Skip to content

Commit 69e70dd

Browse files
committed
Add development notes
1 parent 7184c59 commit 69e70dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ Alternatively, detecting the correct compression module based on the file extens
4545
4646
with tarfile.open('some-archive.tar.zstd', 'r') as archive:
4747
archive.extractall()
48+
49+
Development
50+
-----------
51+
52+
Install the project's dependencies with :code:`pip install .[zstd]`.
53+
54+
Run the tests via :code:`python3 setup.py test`.

0 commit comments

Comments
 (0)