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
- <source lang="bash">$ sudo apt-get install python</source>
Bunch Module
You will need to install the pip installer and the bunch module to use Python with DreamFactory.
- Install PIP from Apth
- <source lang="bash">$ sudo apt-get install python-pip</source>
- Install Bunch
- <source lang="bash">$ sudo pip install bunch</source>