diff --git a/README.rst b/README.rst index eca9654c3b2..71e3ce6ba48 100644 --- a/README.rst +++ b/README.rst @@ -161,6 +161,8 @@ There are a few common ways to `install ScanCode `_ +- In Fedora 40+ you can `dnf install scancode-toolkit` + Quick Start =========== @@ -258,4 +260,4 @@ the third-party code used in ScanCode for more details. .. |release-github-actions| image:: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml/badge.svg?event=push :target: https://github.com/nexB/scancode-toolkit/actions/workflows/scancode-release.yml - :alt: Release tests \ No newline at end of file + :alt: Release tests diff --git a/docs/source/getting-started/install.rst b/docs/source/getting-started/install.rst index d890150420f..ff8601c7c27 100644 --- a/docs/source/getting-started/install.rst +++ b/docs/source/getting-started/install.rst @@ -34,6 +34,11 @@ For advanced usage and experienced users, you can also use any of these mode: ``pip``. This is recommended for developers or users familiar with Python that want to embed ScanCode as a library. +- :ref:`fedora_install` + + ScanCode is part of main Fedora Linux repository. It will automatically install + all dependencies. This is recommended for production deployments. + ---- Before Installing @@ -412,6 +417,22 @@ To uninstall, run:: pip uninstall scancode-toolkit +---- + +.. _fedora_install: + +Install from Fedora's repository +-------------------------------- + +The package is available in Fedora 40 and newer. Run:: + + dnf install scancode-toolkit + +To uninstall, run:: + + dnf remove scancode-toolkit + + ---- .. _commands_variation: