Skip to content

Commit

Permalink
add pyzstd description
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Sep 4, 2024
1 parent 42cd871 commit a7f1bc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@ It means that if the following error occur).

ModuleNotFoundError: No module named 'Crypto'

Install pyzstd
++++++++++++++++++++++++++++++

::

# pip install pyzstd

connect() has a `compress` parameter, and it can be set either "zlib" or "zstd".

If "zstd" is specified, `pyzstd` must be installed

Example
---------------
Expand Down

0 comments on commit a7f1bc0

Please sign in to comment.