Installation#

Voltage is available on PyPi.

To install the stable release, run:

$ pip install voltage

Note

You might have to have to use python3 -m pip depending on your os.

If you want to install the development version, run:

$ pip install git+https://github.com/enokiun/voltage

Note

This requires git to be installed on your machine.

A minimum of Python 3.8 is required.