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: README.rst
+7
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ is equivalent to
98
98
99
99
$ slcli -vvv --format=json vs list
100
100
101
+
101
102
Getting Help
102
103
------------
103
104
Bugs and feature requests about this library should have a `GitHub issue <https://github.com/softlayer/softlayer-python/issues>`_ opened about them.
@@ -110,6 +111,12 @@ Examples
110
111
111
112
A curated list of examples on how to use this library can be found at `SLDN <https://softlayer.github.io/python/>`_
112
113
114
+
Development
115
+
-----------
116
+
To get started working with this project please read the `CONTRIBUTING <https://github.com/softlayer/softlayer-python/blob/master/CONTRIBUTING.md>`_ document.
117
+
118
+
You can quickly test local changes by running the './slcli' file, which will load the local softlayer-python code instead of the system's softlayer-python codebase.
119
+
113
120
Debugging
114
121
---------
115
122
To get the exact API call that this library makes, you can do the following.
0 commit comments