Installation and Dependencies

Ragnar is pure Python and so is easily installable by the standard dependency manager pip:

pip install ragnar

Ragnar endeavors to be a very light dependency. It accomplishes this in three ways:

  1. Ragnar is pure Python
  2. Ragnar relies only on the standard library
  3. Ragnar simultaneously supports Python versions 3.5+ and PyPy