We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56966a9 commit 6d7a02dCopy full SHA for 6d7a02d
1 file changed
README.md
@@ -1,2 +1,15 @@
1
# api_client_python
2
Some examples to show how to interact with the OfficeSpace API using Python
3
+
4
+# Prerequisites
5
6
+## External libraries
7
+This script depends on the python library `requests` to work. Make sure
8
+it is installed before running.
9
10
+A quick way install `requests` if it isn't yet:
11
+```bash
12
+sudo easy_install pip
13
+sudo pip install --upgrade pip
14
+pip install requests
15
+```
0 commit comments