Skip to content

Stage 4

Mohsen Fooladnezhad edited this page Mar 9, 2020 · 1 revision

Running bot

  1. Install python with this command : sudo apt install python3.7
  2. Install Python package manager named as PIP with this command : sudo apt install python-pip
  3. Install required libraries named in requirements.txt. with this command : pip install -r requirements.txt
  4. Run your bot : python main.py

Done !

Clone this wiki locally