From 69e70dd8fb51da6daa1e5c16b5bfabc4ecb0833a Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Sun, 30 Dec 2018 23:17:02 -0500 Subject: [PATCH] Add development notes --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 8535f42..3be8390 100644 --- a/README.rst +++ b/README.rst @@ -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`.