Skip to content

How to install the prerequisites

bolinches edited this page May 7, 2020 · 1 revision

SVCheck requires certain modules beyond the standard libraries:

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

It might require that you have EPEL repository installed

Clone this wiki locally