File tree 1 file changed +9
-1
lines changed
docs/source/getting-started
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,15 @@ Installation as an Application: Downloading Releases
120
120
121
121
ScanCode app archives come with packaged with all required dependencies except
122
122
for Python that has to be downloaded and installed separately.
123
-
123
+ On more recent versions of Ubuntu, you will ll have to install Python 3.8 manually.
124
+ One possibility is to use the Deadsnakes PPA (Personal Package Archive) which is
125
+ a project that provides older Python version builds for Debian and Ubuntu and is
126
+ available at https://github.com/deadsnakes/ and https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
127
+ ::
128
+
129
+ sudo apt-get update && sudo apt-get upgrade
130
+ sudo add-apt-repository ppa:deadsnakes/ppa --yes
131
+ sudo apt-get install python3.8 python3.8-distutils
124
132
125
133
126
134
Installation on Linux and Mac
You can’t perform that action at this time.
0 commit comments