Actualiser README.md
This commit is contained in:
parent
31ce4ae7fc
commit
252d14090f
@ -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
|
## What you need to get started
|
||||||
Python3
|
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
|
A google account that you intend to use for your group
|
||||||
|
Google cloud console : <link>https://console.cloud.google.com/</link>
|
||||||
Discord server
|
Discord server
|
||||||
|
Discord developer portal : <link>https://discord.com/developers/applications</link>
|
||||||
VScode or any programming tool
|
VScode or any programming tool
|
||||||
And some programming knowledge would help
|
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.
|
Everything after step 8 is not necessary, unless you're curious about it.
|
||||||
|
|
||||||
### 4. Final requirements
|
### 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`
|
`python -m venv . dvenv`
|
||||||
It will create the folder for the virtual environnement. And now to launch it
|
It will create the folder for the virtual environnement. And now to launch it
|
||||||
`source dvenv/bin/activate`
|
`source dvenv/bin/activate`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user