Previous topic

Introduction

Next topic

Quick Start

This Page

Installation

To install from pip (which may be out of date):

pip install jubeo[all]

There are some optional features you can install as well using the “extras” spec in pip. Currently, these are:

all

installs all extras

Check the setup.py file under extras_requirements for the full listing.

You can always install from git as well for the latest:

pip install git+https://github.com/salotz/jubeo

If installation went alright this command should succeed:

python -c "import jubeo"