Install Vectice Library
Setup your environment to work with Vectice.
Last updated
Setup your environment to work with Vectice.
Last updated
Vectice provides a Python API library to enable Data Scientists to capture key milestones of the initiative they're working on without leaving their favorite notebook.
Before installing Vectice, let's ensure you have the necessary dependencies. You will need the following:
Python 3.7.1
Version or greater.
To have pip
installed.
Open a terminal, command line, or notebook and run the following command:
The Vectice Python API may require additional installations for some functionalities. For example, to utilize AWS S3
for data storage, you would require pip install vectice["s3"]
.
You can chain multiple installations by using the following notation.
The supported options are the following:
Extras | Installation Notation | Description |
---|---|---|
Now that we have Vectice installed, let's move on to the Tutorial to start capturing key milestones for a sample project.
AWS S3
pip install vectice["s3"]
Enables you to use S3DataWrapper
Google Cloud Storage
pip install vectice["gcs"]
Enables you to use the GcsDataWrapper