You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,23 @@
1
-
====================================
2
-
Getting Started with Priority Matrix
3
-
====================================
1
+
# What is this?
4
2
3
+
This project is library to facilitate interaction with the Priority Matrix API.
4
+
Priority Matrix is a multiplatform software suite that implements the [prioritization matrix](https://appfluence.com/productivity/prioritization-matrix/) method for project and project management.
5
+
6
+
Getting Started with the library
7
+
====================================
5
8
6
9
Requirements
7
10
============
8
-
Install dependencies:
9
-
The API request processor library [Slumber](http://slumber.readthedocs.org/en/v0.6.0/) :
11
+
Start by installing the API request processor library [Slumber](https://slumber.readthedocs.org/en/v0.6.0/):
10
12
11
13
`$ pip install slumber`
12
14
13
15
14
-
The encoder and decoder Json library [Demjson](https://pypi.python.org/pypi/demjson) :
16
+
Then, the encoder and decoder Json library [Demjson](https://pypi.python.org/pypi/demjson) :
0 commit comments