Skip to content

Commit f03d97a

Browse files
authored
Add back packages to install on other Ubuntu
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent af5911b commit f03d97a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ ScanCode needs a Python 2.7 interpreter.
170170
for instructions to compile Python from sources on Centos.
171171

172172
* On Ubuntu 16.04 and later, you will need to install these packages first: ``python-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev``
173-
* On Debian 8 (Jessie), you will need to install these packages first: ``python-dev libbz2-1.0 xz-utils zlib1g libxml2-dev libxslt1-dev``
173+
* On most Debian/Ubuntu distros, you will need to install these packages first: ``python-dev libbz2 xzutils zlib1g libxml2-dev libxslt1-dev``
174+
* On Debian 8 (Jessie), you will need to install these packages first: ``python-dev libbz2-1.0 xz-utils zlib1g libxml2-dev libxslt1-dev``
174175
* On RPM-based distros, you will need to install these packages first: ``python-devel zlib bzip2-libs xz-libs libxml2-devel libxslt-devel``
175176

176177
- **On Windows**:

0 commit comments

Comments
 (0)