December 2019
Intermediate to advanced
368 pages
11h 10m
English
To use the VINE tool, we need to install additional libraries into our virtual Python environment with the following commands:
$ pip install click$ conda install matplotlib$ pip install colour$ conda install pandas
These commands install all the necessary dependencies into a virtual Python environment that we have created for our experiment. Next, we'll discuss how to use the VINE tool.
Read now
Unlock full access