# Installation ## Stable release To install pyphpbb-sl, run this command in your terminal: ```console pip install git+https://github.com/Sergeileduc/pyphpbb-sl.git ``` To install specific version (git tag) : ```console 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](http://docs.python-guide.org/en/latest/starting/installation/) 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: ```console git clone git://github.com/Sergeileduc/pyphpbb-sl ``` Or download the `tarball`_: ```console curl -OJL https:/github.com/Sergeileduc/pyphpbb-sl/tarball/master ``` Once you have a copy of the source, you can install it with: ```console python setup.py install ``` Github repo: tarball: