Skip to content

Commit

Permalink
update readme with pip instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauntlet173 committed Mar 11, 2022
1 parent 3be6fdb commit 6b0be0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ representations of Canadian statutes and regulations.

## Installation

TODO
`pip install clean-law`

## Usage

Write your markup, load it into a string variable, and run

```python
from clean import generate_akn
from clean.clean import generate_akn

text = """Title
Expand Down

0 comments on commit 6b0be0c

Please sign in to comment.