From 6d234bfe82a19ebd89ae8932e3913567c62c95c1 Mon Sep 17 00:00:00 2001 From: karthiknew07 Date: Tue, 23 Sep 2025 08:24:43 +0530 Subject: [PATCH] ubuntu document updated --- docs/source/getting-started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started/install.rst b/docs/source/getting-started/install.rst index 525334caaa..d9ce658755 100644 --- a/docs/source/getting-started/install.rst +++ b/docs/source/getting-started/install.rst @@ -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::