Skip to content

Commit

Permalink
#337 Update README installation doc for Debian 8
Browse files Browse the repository at this point in the history
 * The packages listed for Debian Jessie/8 were incorrect.
 * Thanks to @yahalom5776 for the report and fix
  • Loading branch information
pombredanne authored Oct 18, 2016
1 parent 882ed66 commit bfb8e00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Make sure you have Python 2.7 installed:
* Download and install Python 2.7 for Mac https://www.python.org/ftp/python/2.7.12/python-2.7.12-macosx10.6.pkg

On Linux install Python 2.7 "devel" and a few extra packages:
* ``sudo apt-get install python-dev libbz2 xzutils zlib1g libxml2-dev libxslt1-dev`` for Debian/Ubuntu
* ``sudo apt-get install python-dev libbz2 xzutils zlib1g libxml2-dev libxslt1-dev`` for most Debian/Ubuntu
* ``sudo apt-get install python-dev libbz2-1.0 xz-utils zlib1g libxml2-dev libxslt1-dev`` for Debian Jessie/8
* ``sudo yum install python-devel zlib bzip2-libs xz-libs libxml2-devel libxslt-devel`` for RPM distros
* See the Comprehensive Installation bwlow for additional details and other Linux installation

Expand Down Expand Up @@ -168,7 +169,8 @@ ScanCode needs a Python 2.7 interpreter.
For instance, visit https://github.com/dejacode/about-code-tool/wiki/BuildingPython27OnCentos6
for instructions to compile Python from sources on Centos.

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

- **On Windows**:
Expand Down

0 comments on commit bfb8e00

Please sign in to comment.