Installation
You can install algovision
from PyPI using:
pip install algovision
Alternatively, you can install it from source.
We recommend using following commands to create a virtualenv
but it should also work with your preferred workflow.
virtualenv -p python3 .env1
. .env1/bin/activate
pip install -e .