You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
There are many ways to install those depending on many factors like Operative System (OS) and personal preferences to name just two. On Linux, there is a high chance you have already installed pip, also there is a chance you use a Linux distribution that has a package manager that include those prerequisites as well. For other ways of setup on Linux (Anaconda, ...) or other OS you should explore the documentation of such options.
The PIP way: pip install requests openpyxl pandas
On some distributions (or if you have Python 2 as default) you might need to specify pip3 instead of pip
The YUM/DNF way: yum install python3-requests python3-pandas python3-openpyxl