Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 820 Bytes

File metadata and controls

63 lines (37 loc) · 820 Bytes

PYTHON DISCORD BOT

Step 1 :

Clone the project

$ git clone https://github.com/JKS9/Bot_python_sqlite_starter.git

 

Step 2 :

Check that python >3.0 is properly installed:

Check that 'pip', the python package manager is installed or another equivalent:

 

Step 3:

Install a virtual environment on Python

$ python3 -m venv env

 

Step 4:

Install all packages contained in 'requirements.txt'

$ pip install -r .\requirements.txt

 

Step 5:

Starting the virtual environment

$ .\env\Scripts\activate

 

Step 6:

Starting the Discord Bot

$ python3 main.py