{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{% trans "Get the code" %}{% endblock %} {% block content %}

Click here to download a pip-installable package of the current stable version. For installation instructions consult the documentation.

download stable version
tar.gz | 6MB

You can also check out the current source code repository, which is hosted at github. Do this if you want to develop or just install the current (unreleased) version:

code repository in github
{% endblock %} {% block sidebar %}

Further documentation

There are more detailed instructions, other deployment options as well as an administration guide available at https://wger.readthedocs.org or locally in your code repository in the docs folder (make html to compile, then open _build/index.html).

{% endblock %}