Skip to content

Commit 0598326

Browse files
committed
docs: add install section
1 parent 7b7d54f commit 0598326

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,20 @@ would read all previous blocks for nothing).
6262

6363
---
6464

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+
6579
## Usage
6680

6781
The API is similar to [lzma]: you can use either `xz.open` or `xz.XZFile`.

0 commit comments

Comments
 (0)