.. _installation:
Installation
============
``PVSS``'s dependencies are:
* python (>= 3.12)
* At least one of:
+ `libsodium `_
(>= 1.0.18, recommended, for `Ristretto255 `_ group)
On Debian (Bullseye / 11 and later) or Ubuntu (Eoan / 19.10 and later):
.. code-block:: console
# apt install libsodium23
+ `gmpy2 `_
(Group of quadratic residues modulo a large safe prime)
You can install ``PVSS`` with ``pip``:
.. code-block:: console
$ pip install pvss
And optionally:
.. code-block:: console
$ pip install gmpy2
Source code is available on `GitHub `_.