We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7d54f commit 0598326Copy full SHA for 0598326
README.md
@@ -62,6 +62,20 @@ would read all previous blocks for nothing).
62
63
---
64
65
+## Install
66
+
67
+Install `python-xz` with pip:
68
69
+```sh
70
+$ python -m pip install python-xz
71
+```
72
73
+_An unofficial package for conda is [also available][conda package], see [issue #5][#5]
74
+for more information._
75
76
+[conda package]: https://anaconda.org/conda-forge/python-xz
77
+[#5]: https://github.com/Rogdham/python-xz/issues/5
78
79
## Usage
80
81
The API is similar to [lzma]: you can use either `xz.open` or `xz.XZFile`.
0 commit comments