Installation¶
Get the latest version from qithub, make sure you have the required packages installed, and run:
pip install .
Requirements¶
Besides the template-specific plot engine (e.g., gnuplot), you need:
- NumPy
- Jinja2 (>=2.7.2)
- Setuptools
You should probably be using a Conda environment, or some other way of managing the package dependencies.
If not, in Ubuntu 20.04 you can do:
sudo apt-get install python3-numpy python3-jinja2 python3-setuptools
And for Gnuplot:
sudo apt-get install gnuplot5-x11