Tools Installations - nsadec/studentbank GitHub Wiki

Install python:

You will need a computer with Ubuntu 16.04 installed, as well as have administrative access to that machine and an internet connection.

Setting Up Python 3

Open Terminal application and type:

sudo apt-get update

sudo apt-get -y upgrade

check the version of Python 3 that is installed in the system by typing:

python3 -V

To manage software packages for Python, let’s install pip:

sudo apt-get install -y python3-pip

install PyCharm

1- Go to the link PyCharm download

2- choose community download

3- save and run the file

install SQLite

sudo apt-get install sqlitebrowser

install Teleram Bot API

pip install python-telegram-bot