From c61e68b960bb492b6f1c9844fe1a6ce5e1c2855e Mon Sep 17 00:00:00 2001 From: David Campelo <1887023+davidcampelo@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:53:50 +0000 Subject: [PATCH] Fix minor typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 05c51b3..f1e91fe 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Installation and Dependencies Install ``pytun`` with ``pip install python-pytun`` or `download this archive `_, decompress it and execute ``python setup.py install``. As ``pytun`` is a C module you will need a -compiler (e.g GCC) and the Python developpement headers installed on your +compiler (e.g GCC) and the Python development headers installed on your system (e.g on Debian-like distribution check that ``build-essential`` and ``python-dev`` are present). There are no dependencies other than the Python Standard Library.