Skip to content
Merged
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
11 changes: 10 additions & 1 deletion docs/source/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ under assets options.
sudo add-apt-repository ppa:deadsnakes/ppa --yes
sudo apt-get install python3.9 python3.9-distutils

.. _linux_mac_app_install:

Installation on Linux and Mac
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -212,7 +213,7 @@ Installation on Windows 10/11

.. note::

On Windows 10, double-click the new folder, select one of the files inside the folder
On Windows, double-click the new folder, select one of the files inside the folder
(e.g., 'setup.py'), and right-click.

- In the pop-up menu select 'Properties'.
Expand Down Expand Up @@ -259,6 +260,14 @@ Un-installation
under a ScanCode-prefixed directory such as .scancode-tk or .cache/scancode-tk.


.. note::

The above installation process can be used with **Command Prompt**
``cmd``, and **PowerShell**. **Git Bash** is not tested and using it may
introduce unexpected behavior. If you're using **Windows Subsystem for
Linux** ``WSL2``, please refer to :ref:`linux_mac_app_install` section
above.

----

.. _docker_install:
Expand Down
Loading