Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry authored Feb 3, 2024
1 parent a7e8dbf commit d1450bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ This lightweight package allows easy conversion between Nepali (BS) and English
## Installation
You can install the package via pip:
```bash
pip install nepali-date-utils
pip install nepali_date_utils
```

To convert english date AD to nepali date BS:

```python
from nepali_date_utils import converter
converter.ad_to_bs("2024/02/03")
```

0 comments on commit d1450bc

Please sign in to comment.