Installation

Stable release

To install badgr-lite, run this command in your terminal:

$ pip install badgr-lite

This is the easiest method to install badgr-lite, 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.

The newly recommended way to install is to use pipenv. Run this command in your terminal:

$ pipenv install badgr-lite

This is the python.org preferred method to install badgr-lite, as it will better manage dependency and security.

If you don’t have pipenv installed, this PyCon Video can guide will help.

From sources

The sources for badgr-lite can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/glenjarvis/badgr_lite

Or download the tarball:

$ curl -OJL https://github.com/glenjarvis/badgr_lite/tarball/main

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

$ python setup.py install