Skip to content

Commit 635d9a2

Browse files
committed
Update README.md
1 parent 85f6465 commit 635d9a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Requirements
88
Install dependencies:
99
The API request processor library [Slumber](http://slumber.readthedocs.org/en/v0.6.0/) ::
1010

11-
$ pip install slumber
11+
`$ pip install slumber`
1212

1313

1414
The encoder and decoder Json library [Demjson](https://pypi.python.org/pypi/demjson) ::
1515

16-
$ pip install demjson
16+
`$ pip install demjson`
1717

1818

1919

@@ -23,11 +23,11 @@ Installation
2323
There are two ways to install the extension.
2424
Using pip::
2525

26-
$ pip install priority_matrix
26+
`$ pip install priority_matrix`
2727

2828
or download the package, and from the source tree::
2929

30-
$ [sudo] python setup.py install
30+
`$ [sudo] python setup.py install`
3131

3232
Authentication and quick use
3333
===============

0 commit comments

Comments
 (0)