Skip to content

Commit 3a688ec

Browse files
authored
Fix indentation and style
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d01f045 commit 3a688ec

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/source/getting-started/install.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,15 @@ Installation as an Application: Downloading Releases
120120

121121
ScanCode app archives come with packaged with all required dependencies except
122122
for Python that has to be downloaded and installed separately.
123-
On more recent versions of Ubuntu, you'll have to install Python 3.8 manually.
124-
One possibility to do so is to use Deadsnakes' PPA::
125-
sudo apt update && sudo apt upgrade && sudo add-apt-repository ppa:deadsnakes/ppa -y && sudo apt install python3.8 python3.8-distutils
126-
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
127132

128133

129134
Installation on Linux and Mac

0 commit comments

Comments
 (0)