diff --git a/README.md b/README.md index 993f4bc44..dd043dcaf 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,15 @@ pyFDA is a GUI based tool in Python / Qt for analysing and designing discrete ti ![Screenshot](images/pyFDA_screenshot_3.PNG) ### Prerequisites -* Python versions: 2.7 or 3.3 ... 3.5 -* Operating systems: Tested on Windows, Linux and OS X - there should be no OS specific requirements. -* (Py)Qt4 or Qt5, when both libraries are installed, PyQt5 is used. - -Besides standard python libraries, the project builds on the following libraries: -* numpy -* scipy -* matplotlib - -Optional: +* Python versions: **2.7** or **3.3 ... 3.5** +* All operating systems - there should be no OS specific requirements. +* Libraries: + * (Py)Qt4 or Qt5, when both libraries are installed, PyQt5 is used. + * numpy + * scipy + * matplotlib + +Optional libraries: * docutils for rich text in documentation * xlwt and / or XlsxWriter for exporting filter coefficients as *.xls(x) files