How to install
The easiest and recommended way of installing vt-py is using pip:
$ pip install vt-py
Alternatively, you can get the source code directly from the GitHub and run setup.py. For getting the code you can either clone the public repository:
$ git clone git://github.com/VirusTotal/vt-py.git
$ cd vt-py
Or, download the tarball for the latest release and uncompress it:
$ tar -zxvf vt-py-X.Y.Z.tar.gz
$ cd vt-py-X.Y.Z
Once you have the code you can install it with:
$ sudo python3 setup.py install