:?: pyDarts is compatible with any windows version which supports python. It has been tested on Windows 7 & 10 and works without issue. ====== Using pyDarts binary files ====== Simply [[https://sourceforge.net/projects/pydarts/files/|download]] the latest pyDarts binary for windows, unpack and launch the “pydarts” executable file ====== Using pyDarts source code ====== For advanced users, and debug purpose, please follow these steps : - Download and unpack the latest [[https://sourceforge.net/p/pydarts/source/ci/master/tree/|pyDarts source code]] - Download and install [[http://arduino.cc/en/main/software|Arduino drivers and software]] - Download and install [[http://www.python.org/download/windows/|Python x32]] (3.6+ recommanded, do NOT work with 2.7) - Download and install [[http://go.microsoft.com/fwlink/?LinkId=691126&fixForIE=.exe.| Microsoft Visual C++ 14.0]] from Microsoft Website (please [[https://www.scivision.dev/python-windows-visual-c-14-required/|this article]] too) - Open a CMD.exe and browse to python pip directory : cd c:\python\Scripts - Launch : "pip.exe install pygame pyserial netifaces pexpect" ====== First run ====== Now please have a look to [[pydarts_first_run|pyDarts first run]] page. That's it !