For this line,
https://github.com/aboutcode-org/scancode-toolkit/blob/develop/docs/source/getting-started/newcomer.rst?plain=1#L80
and a virtualenv is created
I found this a bit confusing—it initially sounds like I need to create a virtual environment before installing SCTK. However, according to the official guide (https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html), users don’t need to do anything other than run scancode -h. Alternatively, if SCTK has already been installed, the correct step is to activate the virtual environment with ./venv/bin/activate.
Select Category
For this line,
https://github.com/aboutcode-org/scancode-toolkit/blob/develop/docs/source/getting-started/newcomer.rst?plain=1#L80
I found this a bit confusing—it initially sounds like I need to create a virtual environment before installing SCTK. However, according to the official guide (https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html), users don’t need to do anything other than run scancode -h. Alternatively, if SCTK has already been installed, the correct step is to activate the virtual environment with
./venv/bin/activate.Select Category