[[PageOutline(2-5, Table of Contents, floated)]] = Installation guide = ''This installation guide refers to the current git release of Py4bot.'' == Git == '''Py4bot''' uses [http://git-scm.com/ git] as VCS. To get the latest sources files: {{{ $ git clone https://github.com/fma38/Py4bot.git }}} == Dependencies == Py4bot is entirely written in python, and uses some third-party modules: * [https://pypi.python.org/pypi/evdev evdev], for usb devices handling * [http://www.numpy.org numpy], for matrix and other maths == Build source archive == Use the following command at '''Py4bot''' root: {{{ $ python setup.py sdist }}} The archive will be build in the {{{dist/}}} directory. == Core == === !Gnu/Linux === From source archive: {{{ $ pip install Py4bot-.tar.gz }}} == Configuration ==