Skip to content

Commit cde3d01

Browse files
committed
Readme update
1 parent 48530e8 commit cde3d01

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,26 @@ The client library requires the following libraries:
1010
* [requests](http://docs.python-requests.org/en/latest/)
1111
* [pycrypto](https://pypi.python.org/pypi/pycrypto)
1212

13-
sudo pip install requests
14-
sudo pip install pycrypto
13+
sudo pip install requests
14+
15+
sudo pip install pycrypto
1516

1617
Installation
1718
------------
1819
Clone the client library from github for installation:
19-
git clone https://github.com/VirdocsSoftware/redshelf-api-client.git
20+
git clone https://github.com/VirdocsSoftware/redshelf-api-client.git
2021

2122
Basic Usage
2223
------------
2324
Import and instance the client object:
24-
```python
25-
from client import ClientV1
26-
c = ClientV1()
25+
26+
from client import ClientV1
27+
c = ClientV1()
2728

2829
Supply your authentication information:
29-
```python
30-
c.set_user('0d72df20f23558620646fb3ea030f5')
31-
c.load_key('/path/to/private/key.key')
30+
31+
c.set_user('0d72df20f23558620646fb3ea030f5')
32+
c.load_key('/path/to/private/key.key')
3233

3334
API Documentation
3435
------------

0 commit comments

Comments
 (0)