130 | | #. ``Python``, version 2.7 or above is recommended (our Python sample app ``pygui`` requires version 2.7 or above, however the ``pjsua2`` Python binding should be able to run on older versions). |
131 | | For **Linux/UNIX**, you will also need ``Python developent package`` (called ``python-devel`` (e.g. on Fedora) or ``python2.7-dev`` (e.g. on Ubuntu)). For **Windows**, you will need MinGW and ``Python SDK`` such as `ActivePython-2.7.5`_ from `ActiveState`_. |
| 130 | #. ``Python``, version 3 or above (or at least 2.7 if you use Python2) is recommended (our Python sample app ``pygui`` requires version 2.7 or above, however the ``pjsua2`` Python binding should be able to run on older versions). |
| 131 | For **Linux/UNIX**, you will also need ``Python developent package`` (called ``python3-devel`` (or ``python-devel`` for Python2) (e.g. on Fedora) or ``python3-dev`` (or ``python2.7-dev`` for Python2) (e.g. on Ubuntu)). For **Windows**, you will need MinGW and ``Python SDK`` such as `ActivePython-2.7.5`_ from `ActiveState`_. |