forked from josch/img2pdf
README.md: add Debian/Ubuntu dependencies
This commit is contained in:
parent
9389d81a14
commit
23b77d2544
1 changed files with 8 additions and 0 deletions
|
@ -101,6 +101,14 @@ Like -C L for DeviceGray.
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
On a Debian/Ubuntu based OS, the following dependencies are needed:
|
||||||
|
|
||||||
|
apt-get install python python-pil python-setuptools
|
||||||
|
|
||||||
|
Or for Python 3:
|
||||||
|
|
||||||
|
apt-get install python3 python3-pil python3-setuptools
|
||||||
|
|
||||||
You can install the package using:
|
You can install the package using:
|
||||||
|
|
||||||
$ pip install img2pdf
|
$ pip install img2pdf
|
||||||
|
|
Loading…
Reference in a new issue