# HG changeset patch # User Amine SEHILI # Date 1614636709 -3600 # Node ID 1e94615427a757c17e20bca795a2256d66909ded # Parent d9748949d940809337fe9ec9c66077142b0454f0 Update README.rst diff -r d9748949d940 -r 1e94615427a7 README.rst --- a/README.rst Mon Mar 01 22:42:11 2021 +0100 +++ b/README.rst Mon Mar 01 23:11:49 2021 +0100 @@ -32,11 +32,13 @@ Install the latest stable version with pip: + .. code:: bash sudo pip install auditok -Install with the latest development version from github:: + +Install with the latest development version from github: .. code:: bash @@ -46,6 +48,10 @@ .. code:: bash + pip install git+https://github.com/amsehili/auditok +or +.. code:: bash + git clone https://github.com/amsehili/auditok.git cd auditok python setup.py install