Skip to content

Commit

Permalink
Merge pull request #157 from sugatoray/docs/update_readme
Browse files Browse the repository at this point in the history
added conda installation option to readme
  • Loading branch information
akoumjian authored Jul 31, 2022
2 parents 70309a4 + bc5ce3b commit c48c651
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ datefinder - extract dates from text
:target: https://gitter.im/datefinder/Lobby
:alt: gitter chat

.. image:: https://img.shields.io/conda/v/conda-forge/datefinder?color=blue&logo=anaconda
:target: https://anaconda.org/conda-forge/datefinder
:alt: conda version


A python module for locating dates inside text. Use this package to extract all sorts
of date like strings from a document and turn them into datetime objects.
Expand All @@ -28,10 +32,17 @@ This module finds the likely datetime strings and then uses
Installation
------------

**With pip**

.. code-block:: sh
pip install datefinder
**With conda**

.. code-block:: sh
conda install -c conda-forge datefinder
How to Use
----------
Expand All @@ -58,6 +69,14 @@ How to Use
2005-01-15 00:00:00
Demo
----

- 🎞️ `Video demo`_ by Calmcode.io. :star:

.. _Video demo: https://calmcode.io/shorts/datefinder.py.html


Support
-------

Expand Down

0 comments on commit c48c651

Please sign in to comment.