Skip to content

Commit e4066c8

Browse files
authored
Update README.md
Mention package pre-requisites for common Linux systems.
1 parent a7d0ca6 commit e4066c8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,21 @@ Python strings.
3232

3333
# Installation
3434

35+
## Pre-reqs
36+
37+
On linux, you will want to install `liblzo2-dev` or your distributions equivelent.
38+
39+
```bash
40+
sudo apt install liblzo2-dev
41+
```
42+
or
43+
```bash
44+
sudo yum install liblzo2-devel
45+
```
46+
and the two most likely ways.
47+
48+
## Actual Install
49+
3550
```
3651
pip install python-lzo
3752
```

0 commit comments

Comments
 (0)