File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ installation options check the `documentation
102102python-isal as a dependency in your project
103103-------------------------------------------
104104
105+ .. dependency start
106+
105107 Python-isal supports a limited amount of platforms for which wheels have been
106108made available. To prevent your users from running into issues when installing
107109your project please list a python-isal dependency as follows.
@@ -118,6 +120,8 @@ your project please list a python-isal dependency as follows.
118120 "(platform.machine == 'x86_64' or platform.machine == 'AMD64')": ['isal']
119121 },
120122
123+ .. dependency end
124+
121125 Differences with zlib and gzip modules
122126--------------------------------------
123127
Original file line number Diff line number Diff line change @@ -84,6 +84,15 @@ it is available on conda-forge.
8484
8585.. _differences-with-zlib-and-gzip-modules :
8686
87+ ===========================================
88+ python-isal as a dependency in your project
89+ ===========================================
90+
91+ .. include :: includes/README.rst
92+ :start-after: .. dependency start
93+ :end-before: .. dependency end
94+
95+
8796======================================
8897Differences with zlib and gzip modules
8998======================================
You can’t perform that action at this time.
0 commit comments