Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 541 Bytes

softlayer-python-examples

This is a collection of limited examples of how to user SoftLayer's Python library.
Please note, This is not an official repo. Use at your own risk. Author is not responsible for any damages caused by using these examples/tutorials.

How to install Softlayer's Python library.

pip install softlayer

or git clone and install from source.
git clone https://github.com/softlayer/softlayer-python.git

python setup.py install

Do let me know if you find any bugs.