Python CentOS 7
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 Yum
- <source lang="bash">$ sudo yum 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 Yum
- <source lang="bash">$ sudo yum install python-pip</source>
- Install Bunch
- <source lang="bash">$ sudo pip install bunch</source>