April 2018
Intermediate to advanced
280 pages
8h 37m
English
For creating a development environment on a Unix platform, you will need the following:
We will be using the commonly used openstacksdk Python library for developing OpenStack applications. Let's install the SDK using pip.
Log in to your Linux system as a root user and enter the following command:
pip install openstacksdk
This will install the OpenStack SDK on your system. You are now ready to write your first OpenStack application.