Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,11 @@ The Open Food Facts Python SDK is licensed under the [MIT License](https://githu
Other files that are not part of the SDK itself may be under different a different license.
The project complies with the [REUSE 3.3 specification](https://reuse.software/spec-3.3/),
so any such files should be marked accordingly.


## Beginner Note

I am a beginner contributing to this project while learning Python and GitHub.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey welcome! just a small rule of thumb: avoid raising PRs like this, since PRs are usually meant for adding features or fixing bugs

intros are usually done in the slack channel or during community meetings 🙂


Installation:
pip install openfoodfacts
Comment on lines 102 to +110
Loading