diff --git a/README.rst b/README.rst index ebc4db5..e8e68ac 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Installation and Dependencies ----------------------------- Install ``pytun`` with ``pip install python-pytun`` or `download this archive -`_, decompress it and +`_, 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 system (e.g on Debian-like distribution check that ``build-essential`` and diff --git a/setup.py b/setup.py index 9cfed01..0cf95aa 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ url='https://github.com/montag451/pytun', description='Linux TUN/TAP wrapper for Python', long_description=open('README.rst').read(), - version='2.1', + version='2.2', ext_modules=[Extension('pytun', ['pytun.c'])], classifiers=[ 'Development Status :: 5 - Production/Stable',