Skip to content

Commit

Permalink
README: Document dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Jun 28, 2024
1 parent 1c28a69 commit d79a28a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,20 @@ not recommended unless for development purposes. It depends on patches
that are found in the `org.flatpak.Builder` flatpak package
and on external tools.

For development purposes it can be installed with:

```bash
git clone https://github.com/flathub/flatpak-builder-lint
cd flatpak-builder-lint
poetry install
poetry run flatpak-builder-lint --help
```

The following Python dependencies are needed to run
`jsonschema==4.19.1, requests==2.32.2, lxml==5.2.2, sentry-sdk==1.34.0,
PyGObject==3.46.0`. Additionally `poetry-core>=1.0.0` is necessary
to build.

Additional tools are required by subcommands and checks:

- `flatpak-builder` for validating flatpak-builder manifests
Expand Down

0 comments on commit d79a28a

Please sign in to comment.