Skip to content

Getting started with nammu for developers

Mosè Giordano edited this page May 8, 2019 · 6 revisions

Requirements and installation

nammu is written mainly in Jython, an implementation of Python that runs on Java.

Currently, nammu requires

  • Python 2.7
  • Java Runtime Environment 8
  • Jython 2.7.0
  • a few Python packages listed in the requirements.txt file

Check if you can install Java RE 8 with your system's package manager, otherwise it can be downloaded here: https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html.

Also for Jython check if you can install version 2.7.0 with your system's package manager, otherwise you can download it from here: https://www.jython.org/downloads.html. Note: nammu is tested only with Jython 2.7.0, if your package manager provides Jython 2.7.1 (especially on some GNU/Linux distributions), note that it may not work.

Clone this wiki locally