File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 **:
You can’t perform that action at this time.
0 commit comments