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 f878658 commit 85f6465Copy full SHA for 85f6465
1 file changed
README.md
@@ -6,17 +6,15 @@ Getting Started with Priority Matrix
6
Requirements
7
============
8
Install dependencies:
9
-The API request processor library - `Slumber`_ ::
+The API request processor library [Slumber](http://slumber.readthedocs.org/en/v0.6.0/) ::
10
11
$ pip install slumber
12
13
-.. _Slumber: http://slumber.readthedocs.org/en/v0.6.0/
14
15
-The encoder and decoder Json library - `Demjson`_ ::
+The encoder and decoder Json library [Demjson](https://pypi.python.org/pypi/demjson) ::
16
17
$ pip install demjson
18
19
-.. _Demjson: https://pypi.python.org/pypi/demjson
20
21
22
Installation
0 commit comments