Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boriel authored Oct 31, 2021
1 parent d717174 commit b051440
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Simple light CSV reader
This CSV reader is implemented in just pure Python. It allows to specify a separator, a quote char and
column titles (or get the first row as titles). Nothing more, nothing else.

## Installation

Install it with:

```shell
pip install lightcsv
```

## Usage

Usage is pretty straightforward:
Expand Down

0 comments on commit b051440

Please sign in to comment.