Installation
Last updated
Last updated
pip install dispy-bot
I hate these shit, but here's how to do it for nerds lol.
For starter, please make sure you have python and pip updated & installed, i will not explain it here.
Creating the environment
Activating the environment
Importing the library
And voilà, you have a working (i think) env to work with dispy! you can simply do deactivate
when you have finished.
python -m venv bot-env
bot-env\Scripts\activate.bat
pip install dispy-bot
python3 -m venv bot-env
source bot-env/bin/activate
pip3 install dispy-bot