Skip to content

Commit

Permalink
readme: add legacy support section
Browse files Browse the repository at this point in the history
  • Loading branch information
TizianoPerrucci authored and indygreg committed Jun 13, 2020
1 parent 323e7dd commit d30822a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ Packages are also uploaded to Anaconda Cloud at
https://anaconda.org/indygreg/zstandard. See that URL for how to install
this package with ``conda``.

Legacy Format Support
=====================

To enable legacy zstd format support which is needed to handle files compressed
with zstd < 1.0 you need to provide an installation option::

$ pip install zstandard --install-option="--legacy"

and since pip 7.0 it is possible to have the following line in your
requirements.txt::

zstandard --install-option="--legacy"

Performance
===========

Expand Down

0 comments on commit d30822a

Please sign in to comment.