Actualiser README.md

This commit is contained in:
Tenzing Kandang 2026-05-02 23:17:29 +02:00
parent 31ce4ae7fc
commit 252d14090f

View File

@ -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 : <link>https://openweathermap.org/</link>
A google account that you intend to use for your group
Google cloud console : <link>https://console.cloud.google.com/</link>
Discord server
Discord developer portal : <link>https://discord.com/developers/applications</link>
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`