Installation¶
Get the latest version from qithub, make sure you have the required packages installed, and run:
python setup.py install --user
Requirements¶
Besides the template-specific plot engine (e.g., gnuplot), you need:
- NumPy
- Jinja2 (>=2.7.2)
- Setuptools
Ubuntu/Linux¶
On Linux, numpy should be available in your package manager. In Ubuntu 16.04 for example:
sudo apt-get install python-numpy python-jinja2 python-setuptools
And for Gnuplot:
sudo apt-get install gnuplot5-x11
Windows¶
On Windows, NumPy and Jinja2 are typically preinstalled in Python distributions aimed at scientific computing, at least in Python(x,y).
A Windows installer for gnuplot is also available.