Skip to content

Commit c07c89a

Browse files
committed
update readme instructions and year
1 parent c5bb52a commit c07c89a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To build a development version of usaddress on your machine, run the following c
5555
```
5656
git clone https://github.com/datamade/usaddress.git
5757
cd usaddress
58-
pip install -e .[dev]
58+
pip install -e ."[dev]"
5959
```
6060

6161
Then run the testing suite to confirm that everything is working properly:
@@ -103,4 +103,4 @@ If something in the library is not behaving intuitively, it is a bug, and should
103103

104104
## Copyright
105105

106-
Copyright (c) 2014 Atlanta Journal Constitution. Released under the [MIT License](https://github.com/datamade/usaddress/blob/master/LICENSE).
106+
Copyright (c) 2025 Atlanta Journal Constitution. Released under the [MIT License](https://github.com/datamade/usaddress/blob/master/LICENSE).

training/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ After forking the repo, you'll need to get usaddress running on your machine. Ru
2929

3030
```
3131
cd usaddress
32-
pip install -r requirements.txt
32+
pip install setuptools
3333
python setup.py develop
3434
parserator train training/labeled.xml usaddress
3535
```

0 commit comments

Comments
 (0)