Prerequisites
Before getting the bot to work, let's start off by checking some things from your list
Last updated
Before getting the bot to work, let's start off by checking some things from your list
Last updated
While installing Python, you will see a checkbox at the bottom which says Add Python 3.10.x to PATH. Make sure you check this box, it is extremely crucial!
Once you have installed Python & Node.js, launch a command prompt window (preferably as an administrator) and type pip
, if you see something like this, you have done the python installation correctly:
Just to double check your python version, type python --version
on your command prompt. You should get something like this (version can be different):
Lastly, type node
on your terminal to make sure node.js is installed correctly. You should see something like this:
Voila! You are done.