wiki:InstallationGuide

Version 6 (modified by fma, 8 years ago) ( diff )

--

Installation guide

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

Dependencies

Py4bot is entirely written in python, and uses some third-party modules:

Build source archive

If you download the Git version, use the following command at Py4bot root:

$ python setup.py sdist

The archive will be build in the dist/ directory.

Install source archive

Once you have a source archive, either build from Git or downloaded from stable version, install the framework with:

$ pip install <path to>/Py4bot-<version>.tar.gz

To update the Git version, use, at Py4bot root:

$ git pull

Then, re-build the source archive, as described above.

Finally:

$ pip uninstall Py4bot
$ pip install <path to>/Py4bot-<version>.tar.gz
Note: See TracWiki for help on using the wiki.