-
Notifications
You must be signed in to change notification settings - Fork 0
Stage 4
Mohsen Fooladnezhad edited this page Mar 9, 2020
·
1 revision
- Install python with this command :
sudo apt install python3.7
- Install Python package manager named as PIP with this command :
sudo apt install python-pip
- Install required libraries named in requirements.txt. with this command :
pip install -r requirements.txt
- Run your bot :
python main.py