@@ -36,15 +36,11 @@ Note: SignXML depends on `lxml <https://github.com/lxml/lxml>`_ and `cryptograph
3636+--------------+---------+-------------------------------------------------------------------------------------------------------------+
3737| OS | Python | Command |
3838+==============+=========+=============================================================================================================+
39- | Ubuntu 16.04, | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev `` |
40- | 18.04 | | ``python-lxml python-cryptography python-openssl python-certifi python-defusedxml build-essential `` |
39+ | Ubuntu | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev `` |
40+ | | | ``python-lxml python-cryptography python-openssl python-certifi python-defusedxml build-essential `` |
4141+--------------+---------+-------------------------------------------------------------------------------------------------------------+
42- | Ubuntu 16.04,| Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev `` |
43- | 18.04 | | ``python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml build-essential `` |
44- +--------------+---------+-------------------------------------------------------------------------------------------------------------+
45- | Ubuntu 14.04 | Python 2| ``apt-get install python-dev python-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev build-essential `` |
46- +--------------+---------+-------------------------------------------------------------------------------------------------------------+
47- | Ubuntu 14.04 | Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev build-essential `` |
42+ | Ubuntu | Python 3| ``apt-get install python3-dev python3-cffi libxml2-dev libxslt1-dev libssl-dev libffi-dev `` |
43+ | | | ``python3-lxml python3-cryptography python3-openssl python3-certifi python3-defusedxml build-essential `` |
4844+--------------+---------+-------------------------------------------------------------------------------------------------------------+
4945| Red Hat | Python 2| ``yum install python-devel python-cffi libxml2-devel libxslt1-devel openssl-devel `` |
5046+--------------+---------+-------------------------------------------------------------------------------------------------------------+
0 commit comments