Actualiser README.md

This commit is contained in:
Tenzing Kandang 2026-05-02 23:13:31 +02:00
parent d4c00e1e40
commit 31ce4ae7fc

View File

@ -42,15 +42,16 @@ 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
`python -m venv . dvenv`
It will create the folder for the virtual environnement. And now to launch it
`source dvenv/bin/activate`
`python -m venv . dvenv`
It will create the folder for the virtual environnement. And now to launch it
`source dvenv/bin/activate`
Boom, now you should be in the virtual environnement where you can safely run the server.
Now to install the requirements.txt:
`pip install -r requirements.txt`
And you are now done! The bot is ready to be online !
Start the bot
`python3 main.py`
Now to install the requirements.txt:
`pip install -r requirements.txt`
And you are now done! The bot is ready to be online !
Start the bot
`python3 main.py`
There you go your bot is now online and ready to serve. Once it's started you should be able to log in to your google account, and see the bot online on your server. You can keep it running 24/7 or turn it on whenever you want, it's up to you! Add more stuff if you want, remove stuff if you want, it's all yours!
This bot is still in early access. I'm not done yet. Gonna update it more.