Installation¶
The required packages for using pyvttbl are:
Python 3.x (test with 3.9.13)
SciPy : (tested with 1.9.1)
NumPy : (tested with 1.21.5)
Matplotlib : (tested with 3.5.2)
Options to install pyvttbl
Clone from github
open terminal in site-packages directory
run “git clone https://github.com/rogerlew/pyvttbl/”
To develop pyvttbl you should also have:
pytest : (tested with 1.3.7)
Sphinx : (tested with 5.0.2)