Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Jan 30, 2025
1 parent a42a8f0 commit 4597bb4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ To build a development version of usaddress on your machine, run the following c
```
git clone https://github.com/datamade/usaddress.git
cd usaddress
pip install -r requirements.txt
python setup.py develop
parserator train training/labeled.xml usaddress
pip install -e .[dev]
```

Then run the testing suite to confirm that everything is working properly:

```
nosetests .
pytest
```

Having trouble building the code? [Open an issue](https://github.com/datamade/usaddress/issues/new) and we'd be glad to help you troubleshoot.
Expand Down

0 comments on commit 4597bb4

Please sign in to comment.