@@ -36,15 +36,11 @@ Note: SignXML depends on `lxml <https://github.com/lxml/lxml>`_ and `cryptograph
36
36
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
37
37
| OS | Python | Command |
38
38
+==============+=========+=============================================================================================================+
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 `` |
41
41
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
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 `` |
48
44
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
49
45
| Red Hat | Python 2| ``yum install python-devel python-cffi libxml2-devel libxslt1-devel openssl-devel `` |
50
46
+--------------+---------+-------------------------------------------------------------------------------------------------------------+
0 commit comments