@@ -19,7 +19,7 @@ For advanced usage and experienced users, you can also use any of these mode:
1919
2020- :ref: `docker_install `
2121
22- An alternative to installing the latest Scancode Toolkit release natively is
22+ An alternative to installing the latest ScanCode- Toolkit release natively is
2323 to build a Docker image from the included Dockerfile. The only prerequisite
2424 is a working Docker installation.
2525
@@ -80,7 +80,7 @@ ScanCode needs a Python 3.9+ interpreter; We support all Python versions from
8080
8181 For Ubuntu, it is ``sudo apt install python3-dev ``
8282
83- - On Ubuntu 16, 18, 20 and 22 run::
83+ - On Ubuntu 16, 18, 20 ,22 and 24 run::
8484
8585 sudo apt install python-dev bzip2 xz-utils zlib1g libxml2-dev libxslt1-dev libpopt0
8686
@@ -114,7 +114,7 @@ ScanCode needs a Python 3.9+ interpreter; We support all Python versions from
114114 .. Note ::
115115
116116 64-bit Python interpreters (x86-64) are the only interpreters supported by
117- Scancode on all operating systems which means only 64-bit Windows is supported.
117+ ScanCode on all operating systems which means only 64-bit Windows is supported.
118118
119119 See the :ref: `windows_app_install ` section for more installation details.
120120
@@ -125,7 +125,7 @@ ScanCode needs a Python 3.9+ interpreter; We support all Python versions from
125125Installation as an Application: Downloading Releases
126126-----------------------------------------------------
127127
128- Get the Scancode Toolkit tarball archive of a specific version and your
128+ Get the ScanCode Toolkit tarball archive of a specific version and your
129129operating system by going to the `project releases page <https://github.com/aboutcode-org/scancode-toolkit/releases/ >`_
130130
131131For example, Version 30.0.1 archive can be obtained from
@@ -194,8 +194,8 @@ This will configure ScanCode and display the command line :ref:`cli_help_text`.
194194
195195.. _windows_app_install :
196196
197- Installation on Windows 10
198- ^^^^^^^^^^^^^^^^^^^^^^^^^^
197+ Installation on Windows 10/11
198+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199199
200200- Download the latest ScanCode release zip file for Windows from the latest
201201 version at https://github.com/aboutcode-org/scancode-toolkit/releases/
@@ -234,7 +234,7 @@ Installation on Windows 10
234234 then Right-click in this window and select Paste. This will paste the path you
235235 copied before and is where you extracted ScanCode::
236236
237- cd path/to/ extracted/ ScanCode
237+ cd path\to\ extracted\ ScanCode
238238
239239- Press Enter.
240240
@@ -267,7 +267,7 @@ Un-installation
267267Installation via Docker:
268268------------------------
269269
270- You can install Scancode Toolkit by building a Docker image from the included Dockerfile.
270+ You can install ScanCode Toolkit by building a Docker image from the included Dockerfile.
271271The prerequisite is a working `docker installation <https://docs.docker.com/engine/install/ >`_.
272272
273273
@@ -317,7 +317,7 @@ those after will be forwarded to scancode.
317317Installation from Source Code: Git Clone
318318-----------------------------------------
319319
320- You can download the Scancode Toolkit Source Code and build from it yourself.
320+ You can download the ScanCode Toolkit Source Code and build from it yourself.
321321This is what you would want to do it if:
322322
323323- You are developing ScanCode or adding new patches or want to run tests.
0 commit comments