Installation
Quick Start
To install the latest version of the package, run the following command:
$ pip install py_veeqo
It is not recommended to install any packages directly into the Python environment; consider using pip or conda virtual environments to keep your operating system space clean, and to avoid conflicts between projects.
Verifying the Installation
To verify that the package was installed correctly, run the following command:
$ python -m unittest -v tests/test_pyveeqo.py