From eed490cf73701271c47aaae0669bb63a73766d26 Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Tue, 8 Mar 2022 17:14:56 -0500 Subject: [PATCH] added conda recipe --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2314a8b..eea7869 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # zipfile-deflate64 [![PyPI](https://img.shields.io/pypi/v/zipfile-deflate64)](https://pypi.org/project/zipfile-deflate64/) +[![Conda](https://img.shields.io/conda/vn/conda-forge/zipfile-deflate64)](https://anaconda.org/conda-forge/zipfile-deflate64) Extract Deflate64 ZIP archives with Python's `zipfile` API. @@ -7,6 +8,10 @@ Extract Deflate64 ZIP archives with Python's `zipfile` API. ```bash pip install zipfile-deflate64 ``` +Alternatively, from conda: +```bash +conda install -c conda-forge zipfile-deflate64 +``` Python 3.6, 3.7, 3.8, 3.9, and 3.10 are supported, with [manylinux2014](https://github.com/pypa/manylinux), macOS and Windows wheels published to PyPI.