Clone the project
$ git clone https://github.com/JKS9/Bot_python_sqlite_starter.git
Check that python >3.0 is properly installed:
- Python Download
Check that 'pip', the python package manager is installed or another equivalent:
- Pip Tutorial
Install a virtual environment on Python
$ python3 -m venv env
Install all packages contained in 'requirements.txt'
$ pip install -r .\requirements.txt
Starting the virtual environment
$ .\env\Scripts\activate
Starting the Discord Bot
$ python3 main.py