We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f9e4 commit c22126cCopy full SHA for c22126c
README.rst
@@ -145,6 +145,9 @@ ScanCode needs a Python 2.7 interpreter.
145
For instance, visit https://github.com/dejacode/about-code-tool/wiki/BuildingPython27OnCentos6
146
for instruction to compile Python from sources on Centos.
147
148
+ * On Debian/Ubuntu distros, you may need to install these packages: `libbz2 xzutils zlib1g`.
149
+ * On RPM-based distros, you may need to install these packages: `zlib bzip2-libs xz-libs`.
150
+
151
- **On Windows**:
152
153
Use the Python 2.7 (Windows x86 MSI installer) for X86 regardless of whether you run Windows
0 commit comments