Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ ScanCode needs a Python 3.9+ interpreter; We support all Python versions from

- On Ubuntu 16, 18, 20 ,22 and 24 run::

sudo apt install python-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libpopt0
sudo apt install python3-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libpopt0

- On Debian and Debian-based distros run::

Expand Down
Loading