InstallationΒΆ
pref_voting
is available on pypi and can be installed using pip.
pip3 install pref_voting
Alternatively, you can install the latest development version from source:
git clone https://github.com/voting-tools/pref_voting
pip3 install .
Requirements:
The package requires Python 3.9 or higher and has been tested on Python 3.12.
The following pip packages are required and installed automatically: filelock, scipy, networkx, tabulate, matplotlib, nashpy, numba, ortools, pathos, preflibtools, prefsampling, and seaborn
Warning
Since the package uses Numba, refer to the Numba documentation for the latest supported Python version: https://numba.readthedocs.io/en/stable/user/installing.html#version-support-information.