Installation#

Stable release#

To install pv_tandem, run this command in your terminal:

$ pip install pv_tandem

This is the preferred method to install pv_tandem, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources#

The sources for pv_tandem can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/P-tillmann/pv_tandem

Or download the tarball:

$ curl -OJL https://github.com/P-tillmann/pv_tandem/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install