-
Install the supported version of Python, Virtualenv, Git and Poetry on your Fedora Linux installation.
$ sudo dnf install python3
$ sudo dnf install virtualenv
$ sudo dnf install git
$ sudo dnf install poetry
-
Clone the repository to your local storage and make it your present working directory.
$ git clone https://github.com/fedora-infra/webhook-to-fedora-messaging.git
$ cd webhook-to-fedora-messaging
-
Establish a virtual environment within the directory and activate for installing dependencies.
$ virtualenv venv
$ source venv/bin/activate
-
Check the validity of the project configuration file and begin install the dependencies.
(venv) $ poetry check
(venv) $ poetry install
This is where you describe Webhook to Fedora Messaging.
The full documentation is on ReadTheDocs.
You can install it from PyPI.