Python Ubuntu
From DreamFactory
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:
- 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.
- Install PIP from Apth
-
$ sudo apt-get install python-pip
-
- Install Bunch
-
$ sudo pip install bunch
-