Installing Vecto

System requirements

  • Python 3.5 or later

Method 1: Pip-install

The latest stable version:

>>> pip3 install vecto

The latest development version:

>>> pip3 install git+https://github.com/vecto-ai/vecto.git

Method 2: Clone or download the github repo

You can avoid intalling vecto system-wide. Simply download and unpack the github repo into your project’s working directory.

Either way, you can access the vecto’s modules by issuing

>>> import vecto

at the beginning of your code.