Skip to content

Commit 6d7a02d

Browse files
committed
Update README.md for first time users
1 parent 56966a9 commit 6d7a02d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# api_client_python
22
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

Comments
 (0)