1
0
mirror of https://github.com/laurivosandi/certidude synced 2025-09-08 06:20:57 +00:00

Add kerberos to requirements

This commit is contained in:
2015-08-27 17:41:32 +00:00
parent 03f9c9fd50
commit a3fd7edbfb
3 changed files with 4 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ To install Certidude:
.. code:: bash
apt-get install -y python3 python3-pip python3-dev cython3 build-essential libffi-dev libssl-dev
apt-get install -y python3 python3-pip python3-dev cython3 build-essential libffi-dev libssl-dev libkrb5-dev
pip3 install certidude
Make sure you're running PyOpenSSL 0.15+ and netifaces 0.10.4+ from PyPI,