{% 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.
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:
{% endblock %} {% block sidebar %}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).