Skip to content

Commit bd424ea

Browse files
authored
Merge pull request #523 from nexB/update-docs
updated README.rst to fix ubuntu 16.04 required packages
2 parents 377a588 + f03d97a commit bd424ea

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
@@ -169,8 +169,9 @@ ScanCode needs a Python 2.7 interpreter.
169169
For instance, visit https://github.com/dejacode/about-code-tool/wiki/BuildingPython27OnCentos6
170170
for instructions to compile Python from sources on Centos.
171171

172+
* On Ubuntu 16.04 and later, you will need to install these packages first: ``python-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev``
172173
* On most Debian/Ubuntu distros, you will need to install these packages first: ``python-dev libbz2 xzutils 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``
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)