wiki:InstallationGuide

Version 4 (modified by fma, 10 years ago) ( diff )

--

Installation guide

This installation guide refers to the current git release of Py4bot.

Git

Py4bot uses 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:

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-<version>.tar.gz

Configuration

Note: See TracWiki for help on using the wiki.