From 252d14090f6a86c4b2b9aa2ebc9bc1af0e1f34f0 Mon Sep 17 00:00:00 2001 From: Tenzing Kandang Date: Sat, 2 May 2026 23:17:29 +0200 Subject: [PATCH] Actualiser README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2222e86..c618b38 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ Reccomended for a small group of people(4-5). One google account for the groups ## What you need to get started Python3 -A openweather account for weather forecasts +A openweather account for weather forecasts : https://openweathermap.org/ A google account that you intend to use for your group +Google cloud console : https://console.cloud.google.com/ Discord server +Discord developer portal : https://discord.com/developers/applications VScode or any programming tool And some programming knowledge would help @@ -41,7 +43,7 @@ In step 3 you also want to enable Google tasks API cause we need it. At step 5 y Everything after step 8 is not necessary, unless you're curious about it. ### 4. Final requirements -Almost everything is setup now. You must have noticed the requirements.txt, it contains everything you need to install for the bot to run. But first, We're going to make a python's virtual environnement where the bot is going to run as a server. Be in your bot's folder and type +Almost everything is setup now. You must have noticed the requirements.txt, it contains everything you need to install for the bot to run. But first, We're going to make a python's virtual environnement where the bot is going to run as a server. Be in your bot's folder and type `python -m venv . dvenv` It will create the folder for the virtual environnement. And now to launch it `source dvenv/bin/activate`