Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention package pre-requisites for common Linux systems.
  • Loading branch information
jd-boyd authored Apr 23, 2024
1 parent a7d0ca6 commit e4066c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ Python strings.

# Installation

## Pre-reqs

On linux, you will want to install `liblzo2-dev` or your distributions equivelent.

```bash
sudo apt install liblzo2-dev
```
or
```bash
sudo yum install liblzo2-devel
```
and the two most likely ways.

## Actual Install

```
pip install python-lzo
```
Expand Down

0 comments on commit e4066c8

Please sign in to comment.