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 85f6465 commit 635d9a2Copy full SHA for 635d9a2
1 file changed
README.md
@@ -8,12 +8,12 @@ Requirements
8
Install dependencies:
9
The API request processor library [Slumber](http://slumber.readthedocs.org/en/v0.6.0/) ::
10
11
- $ pip install slumber
+ `$ pip install slumber`
12
13
14
The encoder and decoder Json library [Demjson](https://pypi.python.org/pypi/demjson) ::
15
16
- $ pip install demjson
+ `$ pip install demjson`
17
18
19
@@ -23,11 +23,11 @@ Installation
23
There are two ways to install the extension.
24
Using pip::
25
26
- $ pip install priority_matrix
+ `$ pip install priority_matrix`
27
28
or download the package, and from the source tree::
29
30
- $ [sudo] python setup.py install
+ `$ [sudo] python setup.py install`
31
32
Authentication and quick use
33
===============
0 commit comments