News

We are going to use PIP for the same. It is Python’s package manager that allows you to install, upgrade, and manage Python libraries and packages easily.
We’re going to use Python 3, so start by installing Python 3 on your system. We’ll also need pip3. On Debian, I install them both by entering the command, sudo apt-get install python3 python3-pip.