diff --git a/README.md b/README.md index 2ef80bb5..8cebea3d 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,9 @@ Install requirements.txt in a virtual environment of your choice and execute mai pip install -r requirements.txt python main.py ``` +## Configuration + +This project uses environment variables for authentication. + +Make sure to define the required variables before running the examples. +An example configuration is available in `.env.example`.