Skip to content

Commit 1504c3c

Browse files
authored
Merge pull request #75 from xerus2000/update-readme
Update readme
2 parents ef95cdf + 8d309ae commit 1504c3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ tasklib
1010
tasklib is a Python library for interacting with taskwarrior_ databases, using
1111
a queryset API similar to that of Django's ORM.
1212

13-
Supports Python 3.5 and above, with taskwarrior 2.1.x and above.
14-
Older versions of taskwarrior are untested and may not work.
15-
1613
Requirements
1714
------------
1815

16+
* Python 3.5 or above
1917
* taskwarrior_ v2.1.x or above.
18+
Older versions of taskwarrior are untested and may not work.
2019

2120
Installation
2221
------------
@@ -32,7 +31,7 @@ tasklib has a similar API to that of Django's ORM::
3231

3332
>>> from tasklib import TaskWarrior
3433

35-
>>> tw = TaskWarrior('/home/rob/.task')
34+
>>> tw = TaskWarrior('~/.task')
3635
>>> tasks = tw.tasks.pending()
3736
>>> tasks
3837
['Tidy the house', 'Learn German']

0 commit comments

Comments
 (0)