| | 1 | [[PageOutline(2-5, Table of Contents, floated)]] |
| | 2 | |
| | 3 | = Installation guide = |
| | 4 | |
| | 5 | ''This installation guide refers to the current git release of Py4bot.'' |
| | 6 | |
| | 7 | == Git == |
| | 8 | |
| | 9 | '''Py4bot''' uses [http://git-scm.com/ git] as VCS. To get the latest sources files: |
| | 10 | |
| | 11 | {{{ |
| | 12 | $ git clone https://github.com/fma38/Py4bot.git |
| | 13 | }}} |
| | 14 | |
| | 15 | == Dependencies == |
| | 16 | |
| | 17 | Py4bot is entirely written in python, and uses some third-party modules: |
| | 18 | |
| | 19 | * |
| | 20 | |
| | 21 | == Build source archive == |
| | 22 | |
| | 23 | Use the following command at '''Py4bot''' root: |
| | 24 | |
| | 25 | {{{ |
| | 26 | $ python setup.py sdist |
| | 27 | }}} |
| | 28 | |
| | 29 | The archive will be build in the {{{dist/}}} directory. |
| | 30 | |
| | 31 | == Core == |
| | 32 | |
| | 33 | === !Gnu/Linux === |
| | 34 | |
| | 35 | From source archive: |
| | 36 | |
| | 37 | {{{ |
| | 38 | $ pip install Py4bot-<version>.tar.gz |
| | 39 | }}} |
| | 40 | |
| | 41 | == Configuration == |
| | 42 | |