You'll definitely need:
- python 3.6 or greater.
You'll also probably need:
- libffi-dev
- libssl-dev
for pynacl and cryptography dependencies to actually compile successfully.
Find and install them in your particular way for your system.
But really, just use an Anaconda or Miniconda setup.
Then attept to actually install ligmos: (in the source directory)
pip install -e .
and look for any compilation/installation failures for the dependencies.