Commit 2e4a21ec by devttys0

Updated quick install guidelines in README.md

parent 98b0dd69
...@@ -15,6 +15,12 @@ $ make ...@@ -15,6 +15,12 @@ $ make
$ sudo make install $ sudo make install
``` ```
If you're running Python 2.x, you'll also want to install the Python lzma module:
```bash
$ sudo apt-get install python-lzma
```
For instructions on installing optional dependencies, see `INSTALL.md`. For instructions on installing optional dependencies, see `INSTALL.md`.
For advanced installation options, see `INSTALL.md`. For advanced installation options, see `INSTALL.md`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment