Skip to content

Commit

Permalink
List dependencies outside pypi scope
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Jan 10, 2022
1 parent c6cb1fb commit c41af49
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ It's a quick read, and it's a great way to introduce yourself to how things work

## Dependencies

If you are introducing a new dependency, please make sure it's added to:
The **python3-devel**, **krb5-devel** and **gcc** packages are needed in order to be able to

`pip3 install packitos`

On Fedora you can install them like this:

`sudo dnf install python3-devel krb5-devel gcc`

If you are introducing a new python dependency, please make sure it's added to:

- `setup.cfg`

Expand Down

0 comments on commit c41af49

Please sign in to comment.