Skip to content

Commit 9a24580

Browse files
committed
2 parents 3d594a5 + 79ff5a5 commit 9a24580

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Python 3.6+.
1616

1717
```bash
1818
$ pip install dateandtimeparser
19+
#or
20+
$ python setup.py install
1921
```
2022

2123
## Usage
@@ -35,7 +37,7 @@ dp.datetime
3537
[datetime(date='january 01 2019', token_span=(34, 49), token_index=(6, 8), format='%B %d %Y'),
3638
datetime(date='10/12/16', token_span=(9, 17), token_index=(2, 2), format='%d/%m/%y')]
3739
```
38-
40+
for an extended usage demo refer [this](https://github.com/GlibAI/dateandtimeparser/blob/master/notebooks/lib-usage-notebook.ipynb) notebook.
3941
## License
4042

4143
dateandtimeparser is distributed under the terms of the

0 commit comments

Comments
 (0)