git clone https://github.com/digitalyoshixi/EcoNom-y
cd EcoNom-ypy -m pip install -r requirements.txt # Windows
python3 -m pip install -r requirements.txt # Unix (MacOS or Linux)cp .env.example .env # Copy .env.example to .env
vim .env # Add a Gemini API key to .envSee the Google Gemini docs for information on how to create an API key. Create a project on Supabase for access to the Project URL and Project API key.
python3 main.py