Samsung / LPVS

License Pre-Validation Service analyzes which open source components and licenses are used in every patch. It returns the list of restricted licenses and the possibility of license violation on the comment with the exact code location and the open source component information.
https://samsung.github.io/LPVS/
MIT License
24 stars 25 forks source link

docs: Update guide for SCANOSS install on Ubuntu 24 #595

Closed o-konoval closed 1 week ago

o-konoval commented 1 week ago

Additional steps need for install SCANOSS on Ubuntu 23.04, Fedora 38, Debian 11, etc.

Pull Request

Description

Additional steps need for install SCANOSS on Ubuntu 23.04, Fedora 38, Debian 11, etc. These steps included in this PR that update documentation.

Fixes # (issue) Users with last versions of OSes like Ubuntu may have problems with installing SCANOSS following current Guide. Additional instructions for these users added.

Type of change

Please delete options that are not relevant.

Testing

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Test Configuration:

Checklist:

codecov-commenter commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.67%. Comparing base (421db32) to head (27fd724).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #595 +/- ## ========================================= Coverage 93.67% 93.67% Complexity 608 608 ========================================= Files 49 49 Lines 2104 2104 Branches 244 244 ========================================= Hits 1971 1971 Misses 61 61 Partials 72 72 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

o-konoval commented 1 week ago

As far as I remember, we use other commands to install scanoss: pip3 install --require-hashes -r requirements.txt

Why don't you use this command in the guideline?

Fixed