Installation
This is the introduction guide on how to install and import dispy for your own project.
Installation
Prerequisites
Dispy will work with Python 3.12 or higher, it hasn't been tested with lower versions.
The required library's are in the requirement file on the github repository.
Installation
Virtual Environments (for nerds)
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.
Last updated