You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+13-22Lines changed: 13 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
1
.. SoftLayer API Python Client documentation
2
2
3
-
SoftLayer API Python Client
4
-
===========================
3
+
SoftLayer API Python Client |version|
4
+
========================================
5
5
This is the documentation to SoftLayer's Python API Bindings. These bindings use SoftLayer's `XML-RPC interface <http://sldn.softlayer.com/article/XML-RPC>`_ in order to manage SoftLayer services.
Copy file name to clipboardExpand all lines: docs/install.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Installation
4
4
============
5
+
6
+
Using Pip
7
+
---------
8
+
5
9
Install via pip: ::
6
10
7
11
$ pip install softlayer
@@ -13,9 +17,8 @@ Install from source gia pip (requires git): ::
13
17
The most up to date version of this library can be found on the SoftLayer GitHub public repositories: http://github.com/softlayer. Please post to the SoftLayer forums http://forums.softlayer.com/ or open a support ticket in the SoftLayer customer portal if you have any questions regarding use of this library.
14
18
15
19
16
-
17
-
Get the Code
18
-
------------
20
+
From Source
21
+
-----------
19
22
20
23
The project is developed on GitHub, at `github.com/softlayer/softlayer-api-python-client <https://github.com/softlayer/softlayer-api-python-client>`_.
0 commit comments