Python Ubuntu

From DreamFactory
Jump to: navigation, search

DreamFactory can use Python for scripting. You will need Python and the Bunch module.

Python

Most linux installs come with python already installed. In case it's not:

  1. Install from Apt
    • $ sudo apt-get install python

Bunch Module

You will need to install the pip installer and the bunch module to use Python with DreamFactory.

  1. Install PIP from Apth
    • $ sudo apt-get install python-pip
  2. Install Bunch
    • $ sudo pip install bunch