Installation

Stable release

To install pyphpbb-sl, run this command in your terminal:

pip install git+https://github.com/Sergeileduc/pyphpbb-sl.git

To install specific version (git tag) :

pip install git+https://github.com/Sergeileduc/pyphpbb-sl.git@v0.12.0

This is the preferred method to install pyphpbb-sl, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for pyphpbb-sl can be downloaded from the Github repo_.

You can either clone the public repository:

git clone git://github.com/Sergeileduc/pyphpbb-sl

Or download the tarball_:

curl -OJL https:/github.com/Sergeileduc/pyphpbb-sl/tarball/master

Once you have a copy of the source, you can install it with:

python setup.py install

Github repo: https://github.com/Sergeileduc/pyphpbb-sl

tarball: https://github.com/Sergeileduc/pyphpbb-sl/tarball/master