Skip to content

Commit ae568da

Browse files
committed
Simplify Ubuntu install instructions
Fixup for b4770bd
1 parent 745e98e commit ae568da

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,17 @@ Note: SignXML depends on `lxml <https://github.com/lxml/lxml>`_ and `cryptograph
3333
<https://github.com/pyca/cryptography>`_, which in turn depend on `OpenSSL <https://www.openssl.org/>`_, `LibXML
3434
<http://xmlsoft.org/>`_, and Python tools to interface with them. You can install those as follows:
3535

36-
+--------------+---------------------------------------------------------------------------------------------+
37-
| OS | Command |
38-
+==============+=============================================================================================+
39-
| Ubuntu | ``apt-get install --no-install-recommends python3-pip python3-wheel python3-setuptools`` |
40-
| | ``python3-openssl python3-lxml python3-cffi`` |
41-
+--------------+---------------------------------------------------------------------------------------------+
42-
| Red Hat, | ``yum install python3-pip python3-pyOpenSSL python3-lxml`` |
43-
| Amazon Linux,| |
44-
| CentOS | |
45-
+--------------+---------------------------------------------------------------------------------------------+
46-
| Mac OS | Install `Homebrew <https://brew.sh>`_, then run ``brew install python``. |
47-
+--------------+---------------------------------------------------------------------------------------------+
36+
+--------------+----------------------------------------------------------------------------------------------------------------------+
37+
| OS | Command |
38+
+==============+======================================================================================================================+
39+
| Ubuntu | ``apt-get install --no-install-recommends python3-pip python3-wheel python3-setuptools python3-openssl python3-lxml``|
40+
+--------------+----------------------------------------------------------------------------------------------------------------------+
41+
| Red Hat, | ``yum install python3-pip python3-pyOpenSSL python3-lxml`` |
42+
| Amazon Linux,| |
43+
| CentOS | |
44+
+--------------+----------------------------------------------------------------------------------------------------------------------+
45+
| Mac OS | Install `Homebrew <https://brew.sh>`_, then run ``brew install python``. |
46+
+--------------+----------------------------------------------------------------------------------------------------------------------+
4847

4948
Synopsis
5049
--------

0 commit comments

Comments
 (0)